Your first API call
Now let's take our access token (temporary or long-term) and make our first API call. You will need to add 2 headers to your request to make it work:
Content-Type
with the valueapplication/json
Authorization
with your access token as value
And there your are!
You'll notice that responses are formatted a bit like this:
Check out our api guide if you want to learn about the different response formats.
Also you can check our API reference for a complete list of endpoints.
Last updated