List Subscribers
GET/resources/subscribers
List Subscribers
Request
Responses
- 200
The request has succeeded.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id stringrequired
Unique ID of the Subscriber.
email stringrequired
Email of the Subscriber.
first_name stringrequired
First name of the Subscriber.
last_name stringrequired
Last name of the Subscriber.
display_name stringrequired
Display name of the Subscriber.
job_title stringrequired
Job title of the Subscriber.
timezone stringrequired
Timezone of the Subscriber.
country stringrequired
Country of the Subscriber.
region stringrequired
Region of the Subscriber.
company_name stringrequired
Company name of the Subscriber.
[
{
"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"
}
]
Loading...