Returns the subdomain records based on query
curl --request POST \ --url https://api.odin.io/v1/domain/subdomain/search \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "domain": "<string>", "keyword": "<string>", "limit": 123, "publishedAfter": "<string>", "publishedBefore": "<string>", "start": [ {} ] }'
{ "data": [ "<string>" ], "pagination": { "last": [ {} ], "limit": 123, "start": [ {} ], "total": 123 } }
Show child attributes
Was this page helpful?