Obtain an Access Token
Last updated
Last updated
To obtain an access token, you must send a request to the dStor Developer Token endpoint. The request should include your API key and the appropriate authentication parameters.
Note:
The endpoint for the Testing environment is:
The endpoint for the Production environment is:
To acquire a temporary token with an API key, send a GET
request to the following endpoint:
You will need to add the following as headers:
Below are code snippets to use for the dStor Testing environment.
Below are code snippets to use for the dStor Production environment:
Your temporary access token identifies you to the api and allows you to make requests to dStor.
The parameters and responses can be found here: