Skip to main content
GET
/
keys
List API keys
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
    }
  ]
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer soc_live_...

Response

List of API keys

count
integer
data
object[]