Authentication
Social Champ currently supports API key authentication.
For step-by-step token generation, see Create API Token.
API Key
Send your key as a bearer token:
Authorization: Bearer YOUR_API_KEY
curl -X GET "https://api.socialchamp.com/api/v1/account" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"