Get Access Scopes

The Get Access Scopesretrieves the list of available OAuth access scopes for the token.

This API is essential for:

  1. Discovering available permissions when building OAuth integrations
  2. Verifying current access levels for an authenticated app

Request Parameters

Public Request Parameters

📘

Response Explanation

Public Response Parameters

📘

Successful Response

ParameterTypeExampleDescription
codestring"success"API response status code
messagestring"Access scopes retrieved"Response message
data.access_scopesarray of objects-Available access scopes
data.access_scopes.handlestring"read_products"The scope identifier
data.access_scopes.descriptionstring"Read product information"Human-readable scope description
data.access_scopes.categorystring"products"Scope category grouping

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!