curl -X GET https://snip.sa/api/domains \
-H "X-API-Key: your_api_key_here"
{
"success": true,
"data": {
"domains": [
{
"_id": "507f1f77bcf86cd799439015",
"domain": "yourdomain.com",
"subdomain": null,
"fullDomain": "yourdomain.com",
"status": "active",
"verified": true,
"createdAt": "2024-01-10T08:00:00.000Z"
}
]
}
}
Get all your custom domains
curl -X GET https://snip.sa/api/domains \
-H "X-API-Key: your_api_key_here"
{
"success": true,
"data": {
"domains": [
{
"_id": "507f1f77bcf86cd799439015",
"domain": "yourdomain.com",
"subdomain": null,
"fullDomain": "yourdomain.com",
"status": "active",
"verified": true,
"createdAt": "2024-01-10T08:00:00.000Z"
}
]
}
}
curl -X GET https://snip.sa/api/domains \
-H "X-API-Key: your_api_key_here"
{
"success": true,
"data": {
"domains": [
{
"_id": "507f1f77bcf86cd799439015",
"domain": "yourdomain.com",
"subdomain": null,
"fullDomain": "yourdomain.com",
"status": "active",
"verified": true,
"createdAt": "2024-01-10T08:00:00.000Z"
}
]
}
}