Headers

  Date Updated: August 2014

Access to the Essentials API endpoints require a valid OAuth access token.

OAuth

HeaderTakes
Authorization:Bearer [OAUTH_ACCESS_TOKEN]
x-myobapi-key:[dev_key]
x-myobapi-version:v0 or v1
Accept:application/json

This isn't a required header during Postman collection environment connection as it's pre-coded to auto capture tokens.

The version 1 API details can be found here.

An example of this could look like:


Authorization: Bearer [OAUTH_ACCESS_TOKEN]
x-myobapi-key: [API_KEY_HERE]
x-myobapi-version: v0
Accept: application/json