Access to the Essentials API endpoints require a valid OAuth access token.
Header | Takes |
---|---|
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
Copyright © 2020 MYOB Technology Pty Ltd