Skip to main content
GET
/
api
/
settings
/
scopes
List scope mappings
curl --request GET \
  --url https://api.example.com/api/settings/scopes \
  --header 'Authorization: Bearer <token>'
[
  {
    "project": "<string>",
    "scope": "work",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

project
string
required
scope
enum<string>
required
Available options:
work,
personal
updated_at
string<date-time>
required