Skip to main content
GET
/
customers
/
{id}
Retrieve a customer
curl --request GET \
  --url https://api.notchpay.co/customers/{id} \
  --header 'Authorization: <api-key>'
{
  "status": "Accepted",
  "message": "Customer retrieved",
  "code": 202,
  "customer": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.notchpay.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Unique identifier of the customer

Response

Customer retrieved

status
string
required
Example:

"Accepted"

message
string
required
Example:

"Customer retrieved"

code
integer
required
Example:

202

customer
any
required