latestOpenAPI 3.0.02026-08-105585620.8 KB

18e2f2e178dd

OAuth API

Get scopes for token

Returns a list of scopes associated with the token

get/oauth/scopes

Response

OK

codeinteger

Response status code 200

Example response

{
  "code": 200,
  "result": {
    "scopes": [
      {
        "scope": "orders/read",
        "display_name": "View all orders"
      }
    ]
  }
}