Get a customer
This endpoint retrieves a specific customer.
Request
GET https://api.nicereply.com/customers/<ID>
Path Parameters
Parameter | Data Type | Description |
---|---|---|
ID | UUID | ID of the customer. |
Example response
200 OK
{
"data": {
"id": "9efc0780-840f-4336-a203-c77e7395fedb",
"full_name": "Mia Elliott",
"email": "mia+elliott@example.tld",
"created_at": "2022-05-26T09:48:22+02:00",
"updated_at": "2022-05-26T09:48:22+02:00"
}
}