Returns the current API key and associated analytics for the authenticated client account.
Security
BearerAuth
- Mock serverhttps://docs.speedysticks.com/_mock/openapi/api/key
- Productionhttps://api.speedysticks.com/api/key
curl -i -X GET \
https://docs.speedysticks.com/_mock/openapi/api/key \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "key": "sk_live_abc123xyz", "analytics": {} }