LegalStack

Каталог OAuth-scopes

Каталог OAuth-scopes платформы.

Список доступных OAuth scopes

GET
/api/v1/security/scopes
АвторизацияBearer <токен>

В: header

Тело ответа

application/json

curl -X GET "https://loading/api/v1/security/scopes"
{
  "scopes": [
    {
      "action": "string",
      "domain": "string",
      "label": "string",
      "scope": "string"
    }
  ]
}