GET
/
auth
/
check-domain
curl --request GET \
  --url https://services.commercengine.dev/api/v1/x2yh61zw4k/admin/auth/check-domain \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "success": true,
  "content": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
OK
message
string
success
boolean
content
object