Be sure to set your
Authorization: Bearer API_Key
value or Profile Key in the header.Also, set the environment variable of {API_Key} with your API_KEY.Postman Tips
- You can add a variable value, such as a global variable like API_KEY to make it easier to make your API calls in Postman. More details how to do this on the Postman site.
- You can send an array as a variable in the Postman body set as x-www-form-urlencoded by setting the key with a [0] value. For example, to send a post, you can set the key platforms[0] to the first value and platforms[1] for the second value.