Skip to main content
GET
/
v1
/
customers
/
{customerId}
Get customer
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.

Authorizations

Authorization
string
header
required

Path Parameters

customerId
string
required

A valid customer ID.

Response

Successful response

object
string

The response object (to be documented).