POST
/
v1
/
domain
/
subdomain
/
count
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
}

Authorizations

X-API-Key
string
header
required

Body

*/*
Query
domain
string
keyword
string
publishedAfter
string
publishedBefore
string

Response

200
application/json
OK
data
object
pagination
object
success
boolean