Authentication
All requests to any API endpoint MUST include a unique API token passed to the Authorization
request header and prefixed with the Bearer
inditicator.
Organisation tokens can be requested through HotPress Media (Pty) Ltd by sending an email to support@hotpress.co.za. These tokens provide access to the organisations content only.
WARNING
Ensure that your API tokens are kept private. Do not make use of your token directly from a JavaScript front-end as this will expose your token. Instead, the front-end of your application should make a request to your application back-end, which in turn can make requests to the MotorPress API for content.