curl --request GET \ --url https://api.monigo.co/v1/customers/{customer_id} \ --header 'Authorization: <api-key>'
Copy
Ask AI
{}
customers
Get a customer
Returns a customer by their Monigo UUID. If the ID is not a
valid UUID or no customer is found, falls back to an
external_id lookup scoped to the authenticated organisation.
GET
/
v1
/
customers
/
{customer_id}
Get a customer
Copy
Ask AI
curl --request GET \ --url https://api.monigo.co/v1/customers/{customer_id} \ --header 'Authorization: <api-key>'