Skip to content

API Keys

Manage your Speedy Sticks API key and view usage analytics.

Get API key

Request

Returns the current API key and associated analytics for the authenticated client account.

Security
BearerAuth
curl -i -X GET \
  https://docs.speedysticks.com/_mock/openapi/api/key \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

API key and analytics retrieved successfully.

Bodyapplication/json
keystring
Example:"sk_live_abc123xyz"
analyticsobject

Usage analytics associated with the key.

Response
{ "key": "sk_live_abc123xyz", "analytics": {} }