After you get an access token, all endpoints will require a request header in this format:

{
	"Authorization": "Bearer" + authToken,
	"Content-Type": "application/json"
}

Replace authToken with the value of access_token you receive in the response from the access token endpoint: Example: Get an Access Token