Skip to content

API Reference

Meta

Describe the calling key and discover scopes.

get/me

Describe the calling API key

Any valid key

cURL
curl -X GET "https://serverless.grout.app/v1/me" \
  -H "Authorization: Bearer $GROUT_API_KEY"
get/scopes

List available scopes

Any valid key

cURL
curl -X GET "https://serverless.grout.app/v1/scopes" \
  -H "Authorization: Bearer $GROUT_API_KEY"