Skip to main content
GET
/
{domainName}
Check domain
curl --request GET \
  --url http://staging.qshop.ng/apiv2/{domainName} \
  --header 'Content-Type: application/json' \
  --data '
{
  "full_name": "Badmus Rasaq Adeyinka"
}
'

Path Parameters

domainName
string
required
Example:

"timbsofter.com"

Body

application/json
full_name
string
Example:

"Badmus Rasaq Adeyinka"

Response

200 - undefined