Exchange your API key for a short-lived bearer token. The token expires every 15 minutes and must be used in the Authorization header for all subsequent requests.
Security
ApiKeyAuth
- Mock serverhttps://docs.speedysticks.com/_mock/openapi/api/request-token
- Productionhttps://api.speedysticks.com/api/request-token
curl -i -X POST \
https://docs.speedysticks.com/_mock/openapi/api/request-token \
-H 'ApiKey: YOUR_API_KEY_HERE'Response
{ "message": "Token generated successfully", "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9" }