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

Authorizations

Authorization
string
header
required

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

Path Parameters

customer_id
string
required

The ID of the customer.

Response

401 - application/json
status
string
Example:

"04"

error
string
Example:

"Invalid token"