latestOpenAPI 3.0.02026-08-216686147.9 KB

6f6009a58cdd

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"
    }
  ]
}