Sample

Notes
Expert level
The API key should be sent as a Bearer token in the Authorization header of the request. Get your API key.
List

API endpoint:

GET
https://bringupdomain.com/seo-tools/v1/api/v1/sample

Curl Request example:

curl --location --request GET 'https://bringupdomain.com/seo-tools/v1/api/v1/sample' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'

Javascript Request example:

curl --location --request GET 'https://bringupdomain.com/seo-tools/v1/api/v1/sample?id=%3Aid' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Parameter
Type
Description
domain
required string
Domain Url.
format
optional string
Response format. Possible values are: xml for Name. Defaults to: json.