Skip to main content
GET
/
api
/
v1
/
authorization_grants
/
{authorization_grant_id}
/
granted_scopes
Error
A valid request URL is required to generate request examples
{
  "granted_scopes": [
    {
      "id": "<string>",
      "created_at": "<string>",
      "display_name": "<string>",
      "execution_count": 123,
      "expires_at": "<string>",
      "last_executed_at": "<string>",
      "max_executions": 123,
      "phi_categories": [
        "<string>"
      ],
      "risk_tier": "<string>",
      "scope_key": "<string>",
      "status": "active",
      "updated_at": "<string>"
    }
  ]
}

Path Parameters

authorization_grant_id
string
required

Response

OK

granted_scopes
object[]
required