cURL
curl --request GET \ --url https://api.superlink.me/v1/parentdomains/{parentDomain}/list \ --header 'Authorization: <api-key>'
{ "names": [ { "createdTimestamp": "2024-01-01 07:31:02.315", "name": "test.superlink.me" } ], "nextPaginationToken": "KCJuYW1lIjoiYWJjLmRlZi5naGkiLCJkYXRlIjoiMjAyMS0xMS0xMSIp", "total": 28 }
Paginates over all subdomains in descending order of the creation date
Type "Bearer" followed by a space and the JWT token.
superlink.me
KCJuYW1lIjoiYWJjLmRlZi5naGkiLCJkYXRlIjoiMjAyMS0xMS0xMSIp
100
OK
The response is of type object.
object