GET
/
api
/
v1
/
customers
/
validate-customer
/
{customerId}
cURL
curl --request GET \
  --url https://demoapi.saasphereltd.com/api/v1/customers/validate-customer/{customerId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "04",
  "error": "Invalid token"
}

Authorizations

Authorization
string
header
required

Paste only the token (no "Bearer " prefix).

Path Parameters

customerId
string
required

Response

401 - application/json
status
string
Example:

"04"

error
string
Example:

"Invalid token"