Authentication
Authentication to reev API is done using OAuth2 client credentials flow. You can find more information about the flow here: https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/
To request an access token, a request should be made to the authentication endpoint using client ID and secret provided by reev. Check our API reference page for more details on how to structure the HTTP request. Once authenticated, your client program is responsible for safely storing the returned access token and refreshing it when it expires. Every subsequent request to reev partner API is done with access token attached as bearer to the HTTP authorization header.
If you do not have the client credentials yet and would wish to become a partner and use our API, reach out to our support .
Updated 4 months ago