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"
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.