Authentication
Create a Pindo account, grab an API token, and send it as a bearer credential on every request.
Create an account
Open your security settings
Once you're logged in, click your profile icon in the top-right corner, then choose Security.
Profile Security
Copy your API token
On the Security page you can view, copy, and refresh your API token. Copy it somewhere safe. You'll send it with every request.
Using your token
Most API request must include your token as a bearer credential:
Authorization: Bearer YOUR_ACCESS_TOKEN
Refreshing a token
To rotate a token, click Refresh on the same Security page at pindo.io. The previous token is revoked immediately, so update your apps with the new value right away.
Treat your token like a password. Anyone who has it can send messages and spend your balance. Never commit it to source control or ship it in client-side code.