cURL
curl --request GET \ --url https://api.example.com/api/v1/customers/{customer_id}
Retrieve a customer by ID.
Was this page helpful?