When you want to connect Dash to your other systems, you can either use our native and 3rd party integrations (that don't require any programming knowledge), or you can use our REST API.
Native integration give you easy to use, ready-made ways to access Dash from other sources, such as browsing Dash and downloading assets straight from within Photoshop. But there may be times when these integrations don't do exactly what you need, and this is when you might want to use the API.
Can I view the API documentation?
Of course. Ask one of your developers to review our API documentation which can be found here:
Can I test the API?
Yes, you can test the API without having to configure OAuth by using your temporary access token that is generated every 24 hours for authenticated users.
To test the API:
Use this access token as the value in the Authorization header, including the text "Bearer " (with a space after) in the header value:
I'm ready - I'd like to set up the API
You can enable access to the API within your Dash account:
Navigate to Admin > Integrations and click the "REST API" tab
Toggle "Enable API" to 'on'
Now add the callback URLs you wish to redirect to from the OAuth flow once users are authenticated
Use the Client ID and Secret Key in your authentication
Frequently Asked Questions
Is the API rate-limited?
No, we don't currently apply a rate limit to API requests. However, we do reserve the right to change this policy in future, and would give customers plenty of notice if we ever did decide to.
I'm having problems using the API, or doing what I need to do with it
Just get in touch via in the in-app chat and pose your question to our AI bot, which has full access to the API documents and provide initial support, including answering:
What you can do with the API
How to get started doing something specific
Troubleshooting why something isn't working
Generating code snippets based on your requjrements
If at any time you'd like to speak to the team, just say so to the AI bot and it will put you through and we'll be happy to help π.