Get a customer
GET {{baseUrl}}/customers/:customer_id
Get a customer by Metronome ID.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"external_id":"\u003cstring\u003e","id":"\u003cuuid\u003e","name":"\u003cstring\u003e","customer_config":{"salesforce_account_id":"\u003cstring\u003e"},"ingest_aliases":["\u003cstring\u003e","\u003cstring\u003e"],"custom_fields":{"est_aad":"\u003cstring\u003e"},"current_billable_status":{"value":"billable","effective_at":"\u003cdateTime\u003e"}}}