Skip to main content
GET
/
platforms
/
twitter
/
credentials
List Twitter BYOK credentials
curl --request GET \
  --url https://api.social-api.ai/v1/platforms/twitter/credentials \
  --header 'Authorization: <api-key>'
{
  "count": 123,
  "data": [
    {
      "brand_id": "<string>",
      "client_id_hint": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.social-api.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

OK

count
integer
data
object[]