curl --request GET \
--url https://api.moonpay.com/v1/customers/{customerId} \
--header 'Authorization: <api-key>'{
"object": "<string>"
}Returns very basic information about a customer based on their MoonPay ID. For you to be able to retrieve a customer, they must have at least one session initiated with your Api-Key.
curl --request GET \
--url https://api.moonpay.com/v1/customers/{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.