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