Returns the count of subdomain records based on domain
curl --request POST \ --url https://api.odin.io/v1/domain/subdomain/count \ --header 'Content-Type: */*' \ --header 'X-API-Key: <api-key>' \ --data '{ "domain": "<string>", "keyword": "<string>", "publishedAfter": "<string>", "publishedBefore": "<string>" }'
{ "data": { "count": 123 }, "pagination": {}, "success": true }
Show child attributes
Was this page helpful?