List Subscribers
GET/resources/subscribers
List Subscribers
Request
Responses
- 200
The request has succeeded.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
idstringrequired
Unique ID of the Subscriber.
Example:
d369a402-7b43-4512-8735-9d5e1f387814
emailstringrequired
Email of the Subscriber.
Example:
johndoe@example.com
first_namestringrequired
First name of the Subscriber.
Example:
John
last_namestringrequired
Last name of the Subscriber.
Example:
Doe
display_namestringrequired
Display name of the Subscriber.
Example:
John Doe
job_titlestringrequired
Job title of the Subscriber.
Example:
Software Engineer
timezonestringrequired
Timezone of the Subscriber.
Example:
America/New_York
countrystringrequired
Country of the Subscriber.
Example:
United States
regionstringrequired
Region of the Subscriber.
Example:
New York
company_namestringrequired
Company name of the Subscriber.
Example:
SignalWire
[
{
"id": "d369a402-7b43-4512-8735-9d5e1f387814",
"email": "johndoe@example.com",
"first_name": "John",
"last_name": "Doe",
"display_name": "John Doe",
"job_title": "Software Engineer",
"timezone": "America/New_York",
"country": "United States",
"region": "New York",
"company_name": "SignalWire"
}
]