Request an access token using client credentials grant type
Exchange your API credentials for an application-level access token using the OAuth 2.0 Client Credentials flow. The access token is valid for 1 hour (3600 seconds). There is no refresh token β request a new token when the current one expires.Documentation Index
Fetch the complete documentation index at: https://smartcar.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Status | Error | Description |
|---|---|---|
400 | invalid_request | Missing or malformed request parameters (e.g., missing grant_type) |
401 | invalid_client | Invalid client_id or client_secret |