Skip to main content
GET
/
oauth
/
redirect-uris
List allowed redirect URIs
curl --request GET \
  --url https://api.social-api.ai/v1/oauth/redirect-uris \
  --header 'Authorization: <api-key>'
{
  "count": 123,
  "data": [
    {
      "created_at": "2026-04-10T12:00:00Z",
      "id": "sapi_ruri_a1b2c3d4e5f6",
      "label": "production",
      "uri": "https://app.acme.com/oauth/done"
    }
  ]
}

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

List of redirect URIs

count
integer
data
object[]