QUICK START
To get started with Social Links API, you need to follow the 3 steps below:
Get the API key and domain: SUPPORT page.
Send a request, replacing
{DOMAIN}with the provided domain and{Your API Key}with your actual API key:
curl 'https://{DOMAIN}/api/stats' -H 'Authorization: {Your API Key}'
If you receive a response with a following structure, it indicates that everything is functioning properly:
{
"plan": "...",
"expires": "20XX-01-01T00:00:00",
"throttling": [],
"points": 100000,
"message": ""
}
Read more about the possible requests in the METHODS EXAMPLES page.