Skip to main content
GET
/
api
/
v1
/
scopes
List the tenant's registered scope names
curl --request GET \
  --url https://3ngram-server-production.up.railway.app/api/v1/scopes \
  --header 'X-API-Key: <api-key>'
{
  "count": 4503599627370495,
  "scopes": [
    {
      "aliases": [
        "<string>"
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Success

count
integer
required
Required range: 0 <= x <= 9007199254740991
scopes
object[]
required