Authenticate
POST/authenticate
Get the access token, needed for all other API requests.
You will need your client ID and secret from the API Integration tab of the Vouchsafe dashboard.
Each access token is valid for 24 hours, after which you will need to re-authenticate.
Once you have an access token, pass it in future requests as a Bearer token in an Authorization header.
Use an SDK or library to simplify handling tokens
This endpoint supports sandbox mode. See how sandbox mode works.
Request
Responses
- 201
- 400
- 401
Token created successfully
Bad request
Unauthorised