Return the current user’s project-to-scope mappings.
cURL
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" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
work
personal