Learn how to authenticate your app with the API.
api_key
, or by using your access_token
as a bearer token.access_token
. This token is expected to be sent along as an Authorization header.
A simple cURL example using this method looks like the following:api_key
over the access_token
only when you really need to. For example, the Get account details endpoint uses an API Key.
A simple cURL example using the api_key
looks like the following:Click your profile icon at the top right corner and select settings
Click to view image
Select the API tab on the settings page
Click to view image
Tap 'click here' under 'Request an API Key'
Click to view image
Select the developer option (suitable for starters or non-profit use)
Click to view image
Agree to the Terms of service
Click to view image
Fill in the application form on the new page (you can use any of your social links as the website URL)
Click to view image