Skip to main content

Retrieve

GET /v1/customers/{id}

Retrieves the details of an existing customer.

Path Parameters

id
integer
Required

The id of the customer.

Example Request
curl -X GET https://api.realmailers.com/v1/customers/{id} \
-H 'Authorization: Bearer YOUR_API_KEY'
Response Schema
{
created_at: Timestamp(ISO8601)
updated_at: Timestamp(ISO8601)
email: String
id: Number
}