cURL
curl --request GET \ --url https://api.social-api.ai/v1/keys \ --header 'Authorization: <api-key>'
{ "count": 123, "data": [ { "created_at": "2026-02-28T12:00:00Z", "id": "<string>", "is_active": true, "last_used_at": "2026-02-28T12:00:00Z", "name": "<string>", "preview": "sk_live_a1b2...", "rate_limit": 1000 } ] }
Returns all API keys for the authenticated user.
Prefix your API key with "Bearer ". Example: Authorization: Bearer soc_live_...
Authorization: Bearer soc_live_...
List of API keys
Show child attributes