JWT Login

CarAPI uses JSON Web Tokens (JWT) to authenticate requests. You can generate a JWT using your API Token and API Secret in SwaggerUI (this page) with the following steps: - Click the "Try Out" button - Enter API Token and API Secret in the JSON payload. - Click Execute - A JWT will be returned if the credentials are correct - Next click the "Authorize" button at the top-right of Swagger UI (this page) and paste in the JWT. Your JWT will now be sent with any request you make in Swagger until ...