retrieve access token

Service to retrieve bearer access token.
Token will expire in 7 days if it's not used, make sure to handle access token refresh with original credentials.
Best practice to improve your application performance is to store access token to pass with each API request, and refresh only when expired.
This will significantly improve your application performance and latency versus retrieving token before each API call.

For Store API request make sure to also enable request credentials, to pass cookie, this is required to handle customer session.

Language
URL
Click Try It! to start a request and see the response here!