curl --request GET \
--url https://api.moonpay.com/v1/customers/ext/{customerId} \
--header 'Authorization: <api-key>'{
"object": "<string>"
}Returns very basic information about a customer based on their external customer ID. For you to be able to retrieve a customer, they must have at least one session initiated with your API-Key. Please note that this endpoint returns an array of objects because we cannot ensure the uniqueness of the external customer ID.
curl --request GET \
--url https://api.moonpay.com/v1/customers/ext/{customerId} \
--header 'Authorization: <api-key>'{
"object": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://dev.moonpay.com/llms.txt
Use this file to discover all available pages before exploring further.