Authentication

Introduction

For the most part of the OOCAR API, requests need to be authenticate by supplying a token argument.

All authenticated requests must have the token in the query strings of the URL.

Query Parameters

Data

token

Thirdparty token

Retrieve your authentication token

Your token has to be requested from the OOCAR team.

Request your token by contacting [email protected]

Refresh your authentication token

Your token has an expiration date for some security reasons. We encourage you to refresh it at least once per week by requesting POST /auth/refresh .

Authentication

Last updated

Was this helpful?