Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
OCTO uses Bearer authentication. To authenticate requests, an API key must be sent as a Bearer token in the Authorization of your request:
All API requests must be made over HTTPS. Calls made over plain HTTP should fail. API requests without authentication will also fail. If the token is invalid or is deactivated by Supplier a 403 Forbidden error should be returned.