To use the CureDAO API, you first need to get an access token as described below. Once you have the token, include it in any of the API requests documented here using the Authorization
header in the format Bearer YOUR_TOKEN_HERE
.
If you don't have your own data yet, you can use the access token demo
in the Authorization
header in the format Bearer demo
.
- Go to the Settings
- Click copy your Personal Access Token
- Include it in your API requests using the
Authorization
header in the formatBearer YOUR_TOKEN_HERE
- Go to the App Builder
- Click
New App
and fill out the form - Follow the OAuth integration instructions in the
Integration Guide
link
Instead of using this SDK, you can also use the requests in our interactive API documenation. Just click the dots to the right of the "LANGUAGE" section and select the language you want to use. Then you can just copy the request from the documenation for usage in your project.
Here are some common usages: