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": "sapi_key_a1b2c..."
}
]
}Returns all API keys for the authenticated user.
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": "sapi_key_a1b2c..."
}
]
}