Access to this API may require prior approval and configuration. It is recommended to review the getting started guides before integration.
Requests must be sent in application/json format and should include the following parameters:
Key | Type | Description |
---|---|---|
client_id | string | Unique identifier for the client application. |
client_secret | string | Secret key for the client application used for authentication. |
grant_type | string | Grant type used for authentication. |
Key | Type | Description |
---|---|---|
accessToken | string | Generated access token, used to authenticate against protected endpoints. |
The obtained accessToken must be sent in the request header when calling protected endpoints.
See the Store Integration Guide for steps to construct your menu.