top of page

Set API Access Token

Set API authorization through an OAuth flow.


To use the Dimensions API, you need to authorize your requests with an OAuth flow. This means that you need to obtain an access token allowing you to interact with your Dimensions account through the API.


The API endpoints are available Here. Swagger website includes all of the available methods.

Here are the steps to create an access token:


1. Log into your account and head on to the settings page.


2. Click on the Create Credentials button to generate your client ID and secret.


3. Copy your client ID and secret. You will need them to request an access token.


4. Make a POST request to the Authenticate endpoint with your client ID and secret as the parameters.



5. If the request is successful, you will receive a response with your access token and its expiration time. A valid response looks like this:

6. Use your access token to make API calls to the Dimensions endpoints. You need to include the access token as the value of the Authorization header in your requests.



Related Posts

See All

Create a Product with API

Learn how to create a product with consecutive API calls. Creating a Product currently requires 3 Consecutive API Calls....

Generate Assets with API

Learn how to generate assets using API calls. To generate the assets, the following API call can be made: URL:...

Webhook Notification

Learn how to configure a webhook endpoint that will be called whenever a Generate job is finished. To configure a webhook endpoint that...

Comments


Commenting has been turned off.
bottom of page