The Dribbble API lets you turn creative design data into interactive experiences; from fetching shots to building design galleries or analytics dashboards. In this guide, you’ll make your first authenticated API request in just a few minutes.
1. Create a developer account
Register your app
Register your app
- Create an account on the Dribbble homepage. Or sign in.
- Then navigate to
https://dribbble.com/account/applications. - On the side menu, click Applications and select Register a New Application.
- Fill in your app details including your callback URL.
- Click Create Your Application.
Client ID and Client Secret show up at the bottom of the page, keep these safe.
2. Get your access token
You’ll need an access token to make API requests
You’ll need an access token to make API requests
Check the Authentication guide for a step-by-step guide.
Once you get your credentials, use the following cURL request to get an access token:Expected response:
access_token. You’ll use it in all subsequent API calls.
3. Make your first request
Let’s fetch the authenticated user’s Dribbble profile
Let’s fetch the authenticated user’s Dribbble profile
200 OK response like this: