Skip to main content
GET
/
socials
/
status
Get social status
curl --request GET \
  --url https://api.crevio.co/v1/socials/status \
  --header 'Authorization: <api-key>'
{
  "activated": true,
  "account_count": 123,
  "accounts": [
    {
      "object": "<string>",
      "id": "<string>",
      "username": "<string>",
      "display_name": "<string>",
      "avatar_url": "<string>",
      "external_id": "<string>",
      "label": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://crevio.co/docs/llms.txt

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

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Response

Status

activated
boolean
required
account_count
integer
required
accounts
object[]
required