Version: 202607
List access scopes
GET/openapi/2026-07/oauth/access_scopes
Returns the list of access scopes approved for the current app installation.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
- Array [
- ]
codestring
error code
messagestring
error message
data object
access_scopes object[]
List of access scopes
handlestring
URL-friendly identifier (handle)
{
"code": "string",
"message": "string",
"data": {
"access_scopes": [
{
"handle": "string"
}
]
}
}