api
List available Scopes for the Fieldguide API
get/v1/scopes
Response
Available Scopes for the Fieldguide API
Example response
{
"data": [
{
"scope": "engagements:read",
"description": "Can read engagement metadata"
}
]
}Available Scopes for the Fieldguide API
{
"data": [
{
"scope": "engagements:read",
"description": "Can read engagement metadata"
}
]
}