Skip to main content

List

GET /v1/customers

Lists all customers for a consumer.

Query Parameters

page
integer
Optional
Defaults to 1

The page to show.

per_page
integer
Optional
Defaults to 10

The number of items to show per page.

Example Request
curl -X GET https://api.realmailers.com/v1/customers \
-H 'Authorization: Bearer YOUR_API_KEY'
Response Schema
{
items: Array(Customer)
current_page: Number
total_count: Number
total_pages: Number
}