cURL
curl --request GET \ --url https://api.superlink.me/v1/parentdomains/{parentDomain}/per-day \ --header 'Authorization: <api-key>'
{ "aggregates": [ { "count": 28, "date": "2024-01-01" } ], "nextPaginationToken": "KCJuYW1lIjoiYWJjLmRlZi5naGkiLCJkYXRlIjoiMjAyMS0xMS0xMSIp", "total": 128 }
Paginates over per-day aggregated counts for subdomains created given a parentdomain
Type "Bearer" followed by a space and the JWT token.
superlink.me
KCJuYW1lIjoiYWJjLmRlZi5naGkiLCJkYXRlIjoiMjAyMS0xMS0xMSIp
100
OK
The response is of type object.
object