Authentication
Introduction
For the most part of the OOCAR API, requests need to be authenticate by supplying a token
argument.
Query Parameters
Data
token
Thirdparty token
Retrieve your authentication token
Your token has to be requested from the OOCAR team.
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
.
If you have lost your token or it has expired, contact [email protected]
Last updated
Was this helpful?