courier API definition (1.0.0)
courier API definition
/v1/aggregation-requests/
Request Body schema: application/json
required | object | ||||||||||||||
| |||||||||||||||
| meta | object | ||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "entries": [
- {
- "column": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a"
}
]
}, - "type": "aggregation-requests"
}, - "meta": { }
}Response samples
- 201
{- "data": {
- "attributes": { },
- "id": "11111111-1111-1111-1111-111111111111",
- "type": "aggregation-requests"
}, - "meta": { }
}Returns announcers
Returns announcers
query Parameters
| filter[name] | string <= 255 characters |
| organization-id | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "args": { },
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event": "individual-shared",
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "announcers"
}
], - "meta": { }
}Creates a new announcer
Creates a new announcer
Request Body schema: application/json
required | object | ||||||||||||||||
| |||||||||||||||||
| meta | object | ||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "args": { },
- "event": "individual-shared",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "string"
}, - "type": "announcers"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "args": { },
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event": "individual-shared",
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "announcers"
}, - "meta": { }
}Returns specific announcer
Returns specific announcer
path Parameters
| id required | string Resource identifier |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "args": { },
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event": "individual-shared",
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "announcers"
}, - "meta": { }
}Modifies an existing announcer
Modifies an existing announcer
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||||
| |||||||||||||||||
| meta | object | ||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "args": { },
- "event": "individual-shared",
- "name": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "announcers"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "args": { },
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event": "individual-shared",
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "announcers"
}, - "meta": { }
}/v1/app-credentials/
query Parameters
| filter[app-name] | string <= 64 characters |
| filter[type] | string Enum: "apn" "fcm" |
| include[archived] | boolean Default: false |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "app-name": "string",
- "archived": true,
- "created-at": "string",
- "data": { },
- "display-name": "string",
- "last-modified-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "store-id": "string",
- "test-mode": true,
- "type": "apn"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "app-credentials"
}
], - "meta": { }
}/v1/app-credentials/
Request Body schema: application/json
required | object | ||||||||||||||||||||
| |||||||||||||||||||||
| meta | object | ||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "app-name": "string",
- "data": { },
- "display-name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "store-id": "string",
- "test-mode": false,
- "type": "apn"
}, - "type": "app-credentials"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "app-name": "string",
- "archived": true,
- "created-at": "string",
- "data": { },
- "display-name": "string",
- "last-modified-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "store-id": "string",
- "test-mode": true,
- "type": "apn"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "app-credentials"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "app-name": "string",
- "archived": true,
- "created-at": "string",
- "data": { },
- "display-name": "string",
- "last-modified-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "store-id": "string",
- "test-mode": true,
- "type": "apn"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "app-credentials"
}, - "meta": { }
}/v1/app-credentials/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||||||||||
| |||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "app-name": "string",
- "archived": true,
- "data": { },
- "display-name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "store-id": "string",
- "test-mode": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "app-credentials"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "app-name": "string",
- "archived": true,
- "created-at": "string",
- "data": { },
- "display-name": "string",
- "last-modified-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "store-id": "string",
- "test-mode": true,
- "type": "apn"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "app-credentials"
}, - "meta": { }
}/v1/badge-counts/
query Parameters
| individual-id required | string <uuid> |
| organization-id | string <uuid> |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "count": 0,
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "timestamp": "string",
- "type": "appointment"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "badge-counts"
}
], - "meta": { }
}/v1/badge-counts/
Request Body schema: application/json
required | object | ||||||||||||||||
| |||||||||||||||||
| meta | object | ||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "count": 0,
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "timestamp": "string",
- "type": "appointment"
}, - "type": "badge-counts"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "count": 0,
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "timestamp": "string",
- "type": "appointment"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "badge-counts"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "count": 0,
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "timestamp": "string",
- "type": "appointment"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "badge-counts"
}, - "meta": { }
}/v1/bulk-badge-counts/
Request Body schema: application/json
required | object | ||||||||||||||||||||
| |||||||||||||||||||||
| meta | object | ||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "values": [
- {
- "count": 0,
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "timestamp": "string",
- "type": "appointment"
}
]
}, - "type": "bulk-badge-counts"
}, - "meta": { }
}Response samples
- 201
- 4XX
null/v1/communication-messages/
query Parameters
| filter[archived] | boolean |
| filter[bookmarked] | boolean If any bookmark exists for the channel |
| filter[cmp-last-modified-time] | Array of strings <= 2 items [ items <= 40 characters ] Compare timestamp against channel last-modified-time. Specify [comparator][datetime]. Comparators supported >, <, <=, >=. Use multiple to build a bounded time frame. |
| filter[individual-group-id] | string <uuid> |
| filter[text] | string <= 512 characters |
| filter[type] | string Enum: "direct-message" "group-message" "multicast" "none" "open" "simple" "single" |
| individual-id | string <uuid> |
| organization-id | string <uuid> |
| page[limit] | integer [ 1 .. 100 ] |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
| sort | Array of strings Items Enum: "-ack-timestamp" "-has-unread" "-last-timestamp" "-unread-count" "ack-timestamp" "has-unread" "last-timestamp" "unread-count" |
| use-group-name | boolean Default: true |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "archived": true,
- "bookmark": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7"
}, - "caller-has-new-message": true,
- "caller-new-message-count": 0,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event-settings": {
- "enabled": true
}, - "floating": true,
- "group-provider-ack": true,
- "individual-group": {
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individuals": [
- {
- "birth-date": "2019-08-24",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "name": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "organization"
}, - "preferred-name": "string",
- "verified": true
}
], - "individuals-count": 0,
- "leader-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "leaders": [
- {
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "org-id": "b0d82fb0-0290-43ba-906e-7a5e76e393e0",
- "owner-first-name": "string",
- "owner-id": "50a713e3-a276-45c1-a171-9cd4e179c533",
- "owner-last-name": "string",
- "subscribers": [
- {
- "admin": true,
- "auto-sign-up": true,
- "birth-date": "2019-08-24",
- "communication-preferences": { },
- "display-name": "string",
- "email": "string",
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true,
- "pinned": true
}
], - "subscription-type": "none",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "with-sms": true
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "messaging-channels"
}
], - "meta": {
- "page[limit]": 100,
- "page[offset]": 0,
- "page[total]": 0
}
}/v1/communication-summaries/
query Parameters
| include-sender-id | string <uuid> |
| include-senders | boolean Deprecated Default: false Include a mapping of individual-id to counts |
| individual-id | string <uuid> |
Responses
Response samples
- 200
- 4XX
{- "summary": {
- "message-senders": [
- {
- "count": 0,
- "individual-id": "string"
}
], - "message-types": [
- {
- "count": 0,
- "message-type": "group-messages"
}
], - "messages": 0,
- "notifications": 0,
- "provider-messages": 0,
- "video-channels": 0
}
}/v1/email-addresses/
query Parameters
| filter[email] | string <email> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "email": "user@example.com",
- "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "ses-info": {
- "blocked": true,
- "bounce-status": "string",
- "stat-blocked": 0,
- "stat-bounced": 0,
- "stat-complaint": 0,
- "stat-delivery": 0
}, - "unsubscribe-link": "string",
- "unsubscribed-mode": "all"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "email-addresses"
}
], - "meta": { }
}/v1/email-addresses/
Request Body schema: application/json
required | object | ||||||||||
| |||||||||||
| meta | object | ||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "email": "user@example.com",
- "unsubscribed-mode": "all"
}, - "type": "email-addresses"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "email": "user@example.com",
- "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "ses-info": {
- "blocked": true,
- "bounce-status": "string",
- "stat-blocked": 0,
- "stat-bounced": 0,
- "stat-complaint": 0,
- "stat-delivery": 0
}, - "unsubscribe-link": "string",
- "unsubscribed-mode": "all"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "email-addresses"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "email": "user@example.com",
- "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "ses-info": {
- "blocked": true,
- "bounce-status": "string",
- "stat-blocked": 0,
- "stat-bounced": 0,
- "stat-complaint": 0,
- "stat-delivery": 0
}, - "unsubscribe-link": "string",
- "unsubscribed-mode": "all"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "email-addresses"
}, - "meta": { }
}/v1/email-addresses/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||
| |||||||||||
| meta | object | ||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "unsubscribed-mode": "all"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "email-addresses"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "email": "user@example.com",
- "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "ses-info": {
- "blocked": true,
- "bounce-status": "string",
- "stat-blocked": 0,
- "stat-bounced": 0,
- "stat-complaint": 0,
- "stat-delivery": 0
}, - "unsubscribe-link": "string",
- "unsubscribed-mode": "all"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "email-addresses"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "individuals": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "last-sync-time": "string",
- "leaders": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "parent-id": "12468965-5457-46dc-8c12-71d68e22dcee"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "individual-groups"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "account-type": "string",
- "birth-date": "2019-08-24",
- "display-name": "string",
- "first-name": "string",
- "last-modified-time": "string",
- "last-name": "string",
- "owner-id": "50a713e3-a276-45c1-a171-9cd4e179c533",
- "preferred-name": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "individuals"
}, - "meta": { }
}/v1/individuals/{id}/multicast/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| template-data required | object |
| template-id required | string <= 255 characters |
| organization-id | string <uuid> |
Responses
Request samples
- Payload
{- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "template-data": { },
- "template-id": "string"
}Response samples
- 201
- 4XX
{- "message-data": { },
- "task-id": "8ff7a72a-ed49-4045-9aa2-840c122868e0"
}/v1/individuals/{id}/recalculate-communication-summary/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "account-type": "string",
- "birth-date": "2019-08-24",
- "display-name": "string",
- "first-name": "string",
- "last-modified-time": "string",
- "last-name": "string",
- "owner-id": "50a713e3-a276-45c1-a171-9cd4e179c533",
- "preferred-name": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "individuals"
}, - "meta": { }
}/v1/messaging-attachments/
query Parameters
| message-id required | string <uuid> |
| filter[include-pending] | boolean Default: false |
| individual-id | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "content-size": 0,
- "content-type": "string",
- "created-at": "string",
- "filename": "string",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7",
- "removed": true,
- "thumbnail": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-attachments"
}
], - "meta": { }
}/v1/messaging-attachments/
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "content-type": "application/msword",
- "filename": "",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7"
}, - "type": "messaging-attachments"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "expiration-time": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "upload-data": { },
- "upload-url": "string"
}
}/v1/messaging-attachments/{id}/
path Parameters
| id required | string Resource identifier |
query Parameters
| individual-id | string <uuid> |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "content-size": 0,
- "content-type": "string",
- "created-at": "string",
- "filename": "string",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7",
- "removed": true,
- "thumbnail": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-attachments"
}, - "meta": { }
}/v1/messaging-attachments/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||
| |||||||||||
| meta | object | ||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "removed": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-attachments"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "content-size": 0,
- "content-type": "string",
- "created-at": "string",
- "filename": "string",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7",
- "removed": true,
- "thumbnail": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-attachments"
}, - "meta": { }
}/v1/messaging-attachments/{id}/process-upload/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| individual-id | string <uuid> |
Responses
Request samples
- Payload
{- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a"
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "content-size": 0,
- "content-type": "string",
- "created-at": "string",
- "filename": "string",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7",
- "removed": true,
- "thumbnail": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-attachments"
}, - "meta": { }
}/v1/messaging-bookmarks/
query Parameters
| organization-id required | string <uuid> |
| filter[channel-id] | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "channel": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-bookmarks"
}
], - "meta": { }
}/v1/messaging-bookmarks/
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "allow-multi-message": false,
- "channel-id": "c67724bb-936a-4262-9e14-6e97cb4b5f2f",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7"
}, - "type": "messaging-bookmarks"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "channel": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-bookmarks"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "channel": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-bookmarks"
}, - "meta": { }
}/v1/messaging-bulk-attachments/
query Parameters
| bulk-message-id required | string <uuid> |
| filter[include-pending] | boolean Default: false |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "bulk-message-id": "9eec4a40-5d98-4454-b254-30140ae6c9fd",
- "content-size": 0,
- "content-type": "string",
- "created-at": "string",
- "filename": "string",
- "thumbnail": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-bulk-attachments"
}
], - "meta": { }
}/v1/messaging-bulk-attachments/
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "bulk-message-id": "9eec4a40-5d98-4454-b254-30140ae6c9fd",
- "content-type": "application/msword",
- "filename": ""
}, - "type": "messaging-bulk-attachments"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "expiration-time": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "upload-data": { },
- "upload-url": "string"
}
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "bulk-message-id": "9eec4a40-5d98-4454-b254-30140ae6c9fd",
- "content-size": 0,
- "content-type": "string",
- "created-at": "string",
- "filename": "string",
- "thumbnail": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-bulk-attachments"
}, - "meta": { }
}/v1/messaging-bulk-attachments/{id}/process-upload/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "bulk-message-id": "9eec4a40-5d98-4454-b254-30140ae6c9fd",
- "content-size": 0,
- "content-type": "string",
- "created-at": "string",
- "filename": "string",
- "thumbnail": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-bulk-attachments"
}, - "meta": { }
}/v1/messaging-bulk-messages/
query Parameters
| filter[created-by] | string <uuid> |
| include-posted | boolean Default: false |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "draft": true,
- "individual-group-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "message": "string",
- "message-js": {
- "en_US": "string",
- "es_US": "string"
}, - "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "posted-time": "string",
- "sender-individual-group-id": "803cc679-79ef-49d7-9f1e-f27f75a04735",
- "sender-individual-id": "2b4ae764-92d6-45f4-860c-50eec67d01e4"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-bulk-messages"
}
], - "meta": { }
}Posts a new message to many channels
Posts a new message to many channels
Request Body schema: application/json
required | object | ||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "auto-ack": "",
- "auto-create-channel": true,
- "draft": false,
- "individual-group-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "message": "string",
- "message-js": {
- "en_US": "string",
- "es_US": "string"
}, - "sender-individual-group-id": "803cc679-79ef-49d7-9f1e-f27f75a04735",
- "sender-individual-id": "2b4ae764-92d6-45f4-860c-50eec67d01e4"
}, - "type": "messaging-bulk-messages"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "draft": true,
- "individual-group-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "message": "string",
- "message-js": {
- "en_US": "string",
- "es_US": "string"
}, - "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "posted-time": "string",
- "sender-individual-group-id": "803cc679-79ef-49d7-9f1e-f27f75a04735",
- "sender-individual-id": "2b4ae764-92d6-45f4-860c-50eec67d01e4"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-bulk-messages"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "draft": true,
- "individual-group-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "message": "string",
- "message-js": {
- "en_US": "string",
- "es_US": "string"
}, - "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "posted-time": "string",
- "sender-individual-group-id": "803cc679-79ef-49d7-9f1e-f27f75a04735",
- "sender-individual-id": "2b4ae764-92d6-45f4-860c-50eec67d01e4"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-bulk-messages"
}, - "meta": { }
}/v1/messaging-bulk-messages/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||||||||
| |||||||||||||||||||||
| meta | object | ||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "draft": true,
- "message": "string",
- "message-js": {
- "en_US": "string",
- "es_US": "string"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-bulk-messages"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "draft": true,
- "individual-group-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "message": "string",
- "message-js": {
- "en_US": "string",
- "es_US": "string"
}, - "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "posted-time": "string",
- "sender-individual-group-id": "803cc679-79ef-49d7-9f1e-f27f75a04735",
- "sender-individual-id": "2b4ae764-92d6-45f4-860c-50eec67d01e4"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-bulk-messages"
}, - "meta": { }
}/v1/messaging-channel-logs/
query Parameters
| channel-id required | string <uuid> |
| filter[event] | string Enum: "follow" "unread" |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "args": { },
- "channel-id": "c67724bb-936a-4262-9e14-6e97cb4b5f2f",
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "event": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channel-logs"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "args": { },
- "channel-id": "c67724bb-936a-4262-9e14-6e97cb4b5f2f",
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "event": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channel-logs"
}, - "meta": { }
}Returns channels
Returns channels
query Parameters
| filter[archived] | boolean |
| filter[cmp-last-modified-time] | Array of strings <= 2 items [ items <= 40 characters ] Compare timestamp against channel last-modified-time. Specify [comparator][datetime]. Comparators supported >, <, <=, >=. Use multiple to build a bounded time frame. |
| filter[floating] | boolean |
| filter[individual-group-id] | string <uuid> |
| individual-id | string <uuid> |
| organization-id | string <uuid> |
| page[limit] | integer [ 1 .. 50 ] Default: 50 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
| participant-id | string <uuid> |
| use-group-name | boolean Default: true |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "archived": true,
- "bookmark": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7"
}, - "caller-has-new-message": true,
- "caller-new-message-count": 0,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event-settings": {
- "enabled": true
}, - "floating": true,
- "group-provider-ack": true,
- "individual-group": {
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individuals": [
- {
- "birth-date": "2019-08-24",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "name": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "organization"
}, - "preferred-name": "string",
- "verified": true
}
], - "individuals-count": 0,
- "leader-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "leaders": [
- {
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "org-id": "b0d82fb0-0290-43ba-906e-7a5e76e393e0",
- "owner-first-name": "string",
- "owner-id": "50a713e3-a276-45c1-a171-9cd4e179c533",
- "owner-last-name": "string",
- "subscribers": [
- {
- "admin": true,
- "auto-sign-up": true,
- "birth-date": "2019-08-24",
- "communication-preferences": { },
- "display-name": "string",
- "email": "string",
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true,
- "pinned": true
}
], - "subscription-type": "none",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}
], - "meta": { }
}Creates a new channel
Creates a new channel
Request Body schema: application/json
required | object | ||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "event-settings": {
- "enabled": true
}, - "floating": true,
- "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "label": "string",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "subscription-type": "none",
- "text-number-id": "ff6cb0b4-c0b8-49db-8320-85fd83833455"
}, - "type": "messaging-channels"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "archived": true,
- "bookmark": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7"
}, - "caller-has-new-message": true,
- "caller-new-message-count": 0,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event-settings": {
- "enabled": true
}, - "floating": true,
- "group-provider-ack": true,
- "individual-group": {
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individuals": [
- {
- "birth-date": "2019-08-24",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "name": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "organization"
}, - "preferred-name": "string",
- "verified": true
}
], - "individuals-count": 0,
- "leader-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "leaders": [
- {
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "org-id": "b0d82fb0-0290-43ba-906e-7a5e76e393e0",
- "owner-first-name": "string",
- "owner-id": "50a713e3-a276-45c1-a171-9cd4e179c533",
- "owner-last-name": "string",
- "subscribers": [
- {
- "admin": true,
- "auto-sign-up": true,
- "birth-date": "2019-08-24",
- "communication-preferences": { },
- "display-name": "string",
- "email": "string",
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true,
- "pinned": true
}
], - "subscription-type": "none",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}Returns specific channel
Returns specific channel
path Parameters
| id required | string Resource identifier |
query Parameters
| include-individual-group | boolean Deprecated Default: false |
| individual-id | string <uuid> |
| use-group-name | boolean Default: true |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "archived": true,
- "bookmark": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7"
}, - "caller-has-new-message": true,
- "caller-new-message-count": 0,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event-settings": {
- "enabled": true
}, - "floating": true,
- "group-provider-ack": true,
- "individual-group": {
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individuals": [
- {
- "birth-date": "2019-08-24",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "name": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "organization"
}, - "preferred-name": "string",
- "verified": true
}
], - "individuals-count": 0,
- "leader-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "leaders": [
- {
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "org-id": "b0d82fb0-0290-43ba-906e-7a5e76e393e0",
- "owner-first-name": "string",
- "owner-id": "50a713e3-a276-45c1-a171-9cd4e179c533",
- "owner-last-name": "string",
- "subscribers": [
- {
- "admin": true,
- "auto-sign-up": true,
- "birth-date": "2019-08-24",
- "communication-preferences": { },
- "display-name": "string",
- "email": "string",
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true,
- "pinned": true
}
], - "subscription-type": "none",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}Modifies an existing channel
Modifies an existing channel
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||
| |||||||||||||||
| meta | object | ||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": [
- {
- "op": "replace",
- "path": "string",
- "value": null
}
], - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "archived": true,
- "bookmark": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7"
}, - "caller-has-new-message": true,
- "caller-new-message-count": 0,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event-settings": {
- "enabled": true
}, - "floating": true,
- "group-provider-ack": true,
- "individual-group": {
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individuals": [
- {
- "birth-date": "2019-08-24",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "name": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "organization"
}, - "preferred-name": "string",
- "verified": true
}
], - "individuals-count": 0,
- "leader-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "leaders": [
- {
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "org-id": "b0d82fb0-0290-43ba-906e-7a5e76e393e0",
- "owner-first-name": "string",
- "owner-id": "50a713e3-a276-45c1-a171-9cd4e179c533",
- "owner-last-name": "string",
- "subscribers": [
- {
- "admin": true,
- "auto-sign-up": true,
- "birth-date": "2019-08-24",
- "communication-preferences": { },
- "display-name": "string",
- "email": "string",
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true,
- "pinned": true
}
], - "subscription-type": "none",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}Archive a channel
Archive a channel
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "archived": true,
- "bookmark": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7"
}, - "caller-has-new-message": true,
- "caller-new-message-count": 0,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event-settings": {
- "enabled": true
}, - "floating": true,
- "group-provider-ack": true,
- "individual-group": {
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individuals": [
- {
- "birth-date": "2019-08-24",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "name": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "organization"
}, - "preferred-name": "string",
- "verified": true
}
], - "individuals-count": 0,
- "leader-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "leaders": [
- {
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "org-id": "b0d82fb0-0290-43ba-906e-7a5e76e393e0",
- "owner-first-name": "string",
- "owner-id": "50a713e3-a276-45c1-a171-9cd4e179c533",
- "owner-last-name": "string",
- "subscribers": [
- {
- "admin": true,
- "auto-sign-up": true,
- "birth-date": "2019-08-24",
- "communication-preferences": { },
- "display-name": "string",
- "email": "string",
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true,
- "pinned": true
}
], - "subscription-type": "none",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}/v1/messaging-channels/{id}/get-profile/
path Parameters
| id required | string Resource identifier |
query Parameters
| individual-id required | string <uuid> users operational individual-id |
| profile-individual-id required | string <uuid> individual-id for requested profile |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "photo": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "individual-profiles"
}
}Modify channel preferences
Modify channel preferences
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | Array of objects | ||||
Array
| |||||
| individual-id | string <uuid> | ||||
Responses
Request samples
- Payload
{- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "values": [
- {
- "name": "notify",
- "value": "string"
}
]
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "archived": true,
- "bookmark": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7"
}, - "caller-has-new-message": true,
- "caller-new-message-count": 0,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event-settings": {
- "enabled": true
}, - "floating": true,
- "group-provider-ack": true,
- "individual-group": {
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individuals": [
- {
- "birth-date": "2019-08-24",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "name": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "organization"
}, - "preferred-name": "string",
- "verified": true
}
], - "individuals-count": 0,
- "leader-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "leaders": [
- {
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "org-id": "b0d82fb0-0290-43ba-906e-7a5e76e393e0",
- "owner-first-name": "string",
- "owner-id": "50a713e3-a276-45c1-a171-9cd4e179c533",
- "owner-last-name": "string",
- "subscribers": [
- {
- "admin": true,
- "auto-sign-up": true,
- "birth-date": "2019-08-24",
- "communication-preferences": { },
- "display-name": "string",
- "email": "string",
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true,
- "pinned": true
}
], - "subscription-type": "none",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}Enable/disable SMS path for this messaging channel
Enable/disable SMS path for this messaging channel
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| active required | boolean | ||||
| initial-message | string <= 1024 characters | ||||
object | |||||
| |||||
Responses
Request samples
- Payload
{- "active": true,
- "initial-message": "string",
- "initial-message-js": {
- "en_US": "string",
- "es_US": "string"
}
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "archived": true,
- "bookmark": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7"
}, - "caller-has-new-message": true,
- "caller-new-message-count": 0,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event-settings": {
- "enabled": true
}, - "floating": true,
- "group-provider-ack": true,
- "individual-group": {
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individuals": [
- {
- "birth-date": "2019-08-24",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "name": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "organization"
}, - "preferred-name": "string",
- "verified": true
}
], - "individuals-count": 0,
- "leader-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "leaders": [
- {
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "org-id": "b0d82fb0-0290-43ba-906e-7a5e76e393e0",
- "owner-first-name": "string",
- "owner-id": "50a713e3-a276-45c1-a171-9cd4e179c533",
- "owner-last-name": "string",
- "subscribers": [
- {
- "admin": true,
- "auto-sign-up": true,
- "birth-date": "2019-08-24",
- "communication-preferences": { },
- "display-name": "string",
- "email": "string",
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true,
- "pinned": true
}
], - "subscription-type": "none",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}Add subscriber to the channel
Add subscriber to the channel
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| individual-ids | Array of strings <uuid> [ items <uuid > ] |
Responses
Request samples
- Payload
{- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "archived": true,
- "bookmark": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7"
}, - "caller-has-new-message": true,
- "caller-new-message-count": 0,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event-settings": {
- "enabled": true
}, - "floating": true,
- "group-provider-ack": true,
- "individual-group": {
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individuals": [
- {
- "birth-date": "2019-08-24",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "name": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "organization"
}, - "preferred-name": "string",
- "verified": true
}
], - "individuals-count": 0,
- "leader-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "leaders": [
- {
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "org-id": "b0d82fb0-0290-43ba-906e-7a5e76e393e0",
- "owner-first-name": "string",
- "owner-id": "50a713e3-a276-45c1-a171-9cd4e179c533",
- "owner-last-name": "string",
- "subscribers": [
- {
- "admin": true,
- "auto-sign-up": true,
- "birth-date": "2019-08-24",
- "communication-preferences": { },
- "display-name": "string",
- "email": "string",
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true,
- "pinned": true
}
], - "subscription-type": "none",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}Unarchive a channel
Unarchive a channel
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "archived": true,
- "bookmark": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7"
}, - "caller-has-new-message": true,
- "caller-new-message-count": 0,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event-settings": {
- "enabled": true
}, - "floating": true,
- "group-provider-ack": true,
- "individual-group": {
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individuals": [
- {
- "birth-date": "2019-08-24",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "name": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "organization"
}, - "preferred-name": "string",
- "verified": true
}
], - "individuals-count": 0,
- "leader-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "leaders": [
- {
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "org-id": "b0d82fb0-0290-43ba-906e-7a5e76e393e0",
- "owner-first-name": "string",
- "owner-id": "50a713e3-a276-45c1-a171-9cd4e179c533",
- "owner-last-name": "string",
- "subscribers": [
- {
- "admin": true,
- "auto-sign-up": true,
- "birth-date": "2019-08-24",
- "communication-preferences": { },
- "display-name": "string",
- "email": "string",
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true,
- "pinned": true
}
], - "subscription-type": "none",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}Remove subscriber from the channel
Remove subscriber from the channel
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| individual-ids | Array of strings <uuid> [ items <uuid > ] |
Responses
Request samples
- Payload
{- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "archived": true,
- "bookmark": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message-id": "e7461b17-fc47-4ee1-819b-7c1af42d0ed7"
}, - "caller-has-new-message": true,
- "caller-new-message-count": 0,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "event-settings": {
- "enabled": true
}, - "floating": true,
- "group-provider-ack": true,
- "individual-group": {
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individuals": [
- {
- "birth-date": "2019-08-24",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "name": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "organization"
}, - "preferred-name": "string",
- "verified": true
}
], - "individuals-count": 0,
- "leader-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "leaders": [
- {
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "org-id": "b0d82fb0-0290-43ba-906e-7a5e76e393e0",
- "owner-first-name": "string",
- "owner-id": "50a713e3-a276-45c1-a171-9cd4e179c533",
- "owner-last-name": "string",
- "subscribers": [
- {
- "admin": true,
- "auto-sign-up": true,
- "birth-date": "2019-08-24",
- "communication-preferences": { },
- "display-name": "string",
- "email": "string",
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true,
- "pinned": true
}
], - "subscription-type": "none",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}Returns messages in specified group, posted by spe
Returns messages in specified group, posted by specified user, and belonging to specified subscription.
query Parameters
| channel-id required | string <uuid> |
| acknowledged | boolean |
| filter[cmp-last-modified-time] | Array of strings <= 2 items [ items <= 40 characters ] Compare timestamp against message last-modified-time. Specify [comparator][datetime]. Comparators supported >, <, <=, >=. Use multiple to build a bounded time frame. |
| filter[cmp-posted-time] | Array of strings <= 2 items [ items <= 40 characters ] Compare timestamp against message posted-time. Specify [comparator][datetime]. Comparators supported >, <, <=, >=. Use multiple to build a bounded time frame. |
| filter[text] | string <= 255 characters |
| include-phrases | boolean Default: false |
| include-read-receipts | boolean Default: false |
| individual-id | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
| thumbnail | boolean Default: false |
| user-id | string <uuid> |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "ack": true,
- "attachments": [
- {
- "content-size": 0,
- "content-type": "string",
- "filename": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "removed": true,
- "thumbnail": "string"
}
], - "channel-id": "c67724bb-936a-4262-9e14-6e97cb4b5f2f",
- "destination": { },
- "display-name": "string",
- "draft": true,
- "first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-time": "string",
- "last-name": "string",
- "message": "string",
- "phrases": { },
- "posted-time": "string",
- "preferred-name": "string",
- "reactions": [
- {
- "display-name": "string",
- "first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "reaction-type": "dislike",
- "user-name": "string"
}
], - "read-receipts": [
- {
- "ack-time": "string",
- "ack-user-time": "string",
- "individual-display-name": "string",
- "individual-first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "individual-last-name": "string"
}
], - "removed": true,
- "sentiment": "string",
- "source": "auto-responder",
- "todo-entry-id": "23e47d5f-9035-4129-9616-d71b672b5b4a",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad",
- "user-name": "string",
- "user-type": "participant"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-messages"
}
], - "meta": { }
}Posts a new message
Posts a new message
Request Body schema: application/json
required | object | ||||||||||||||||||
| |||||||||||||||||||
| meta | object | ||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "auto-ack": "",
- "channel-id": "c67724bb-936a-4262-9e14-6e97cb4b5f2f",
- "draft": false,
- "include-destinations": [
- "string"
], - "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "message": "string"
}, - "type": "messaging-messages"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "ack": true,
- "attachments": [
- {
- "content-size": 0,
- "content-type": "string",
- "filename": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "removed": true,
- "thumbnail": "string"
}
], - "channel-id": "c67724bb-936a-4262-9e14-6e97cb4b5f2f",
- "destination": { },
- "display-name": "string",
- "draft": true,
- "first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-time": "string",
- "last-name": "string",
- "message": "string",
- "phrases": { },
- "posted-time": "string",
- "preferred-name": "string",
- "reactions": [
- {
- "display-name": "string",
- "first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "reaction-type": "dislike",
- "user-name": "string"
}
], - "read-receipts": [
- {
- "ack-time": "string",
- "ack-user-time": "string",
- "individual-display-name": "string",
- "individual-first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "individual-last-name": "string"
}
], - "removed": true,
- "sentiment": "string",
- "source": "auto-responder",
- "todo-entry-id": "23e47d5f-9035-4129-9616-d71b672b5b4a",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad",
- "user-name": "string",
- "user-type": "participant"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-messages"
}, - "meta": { }
}Returns a single message from the given id
Returns a single message from the given id
path Parameters
| id required | string Resource identifier |
query Parameters
| include-phrases | boolean Default: false |
| individual-id | string <uuid> |
| thumbnail | boolean Default: false |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "ack": true,
- "attachments": [
- {
- "content-size": 0,
- "content-type": "string",
- "filename": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "removed": true,
- "thumbnail": "string"
}
], - "channel-id": "c67724bb-936a-4262-9e14-6e97cb4b5f2f",
- "destination": { },
- "display-name": "string",
- "draft": true,
- "first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-time": "string",
- "last-name": "string",
- "message": "string",
- "phrases": { },
- "posted-time": "string",
- "preferred-name": "string",
- "reactions": [
- {
- "display-name": "string",
- "first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "reaction-type": "dislike",
- "user-name": "string"
}
], - "read-receipts": [
- {
- "ack-time": "string",
- "ack-user-time": "string",
- "individual-display-name": "string",
- "individual-first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "individual-last-name": "string"
}
], - "removed": true,
- "sentiment": "string",
- "source": "auto-responder",
- "todo-entry-id": "23e47d5f-9035-4129-9616-d71b672b5b4a",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad",
- "user-name": "string",
- "user-type": "participant"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-messages"
}, - "meta": { }
}Modifies an existing message
Modifies an existing message
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||||||
| |||||||||||||||||||
| meta | object | ||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "draft": true,
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "message": "string",
- "removed": true,
- "todo-entry-id": "23e47d5f-9035-4129-9616-d71b672b5b4a"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-messages"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "ack": true,
- "attachments": [
- {
- "content-size": 0,
- "content-type": "string",
- "filename": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "removed": true,
- "thumbnail": "string"
}
], - "channel-id": "c67724bb-936a-4262-9e14-6e97cb4b5f2f",
- "destination": { },
- "display-name": "string",
- "draft": true,
- "first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-time": "string",
- "last-name": "string",
- "message": "string",
- "phrases": { },
- "posted-time": "string",
- "preferred-name": "string",
- "reactions": [
- {
- "display-name": "string",
- "first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "reaction-type": "dislike",
- "user-name": "string"
}
], - "read-receipts": [
- {
- "ack-time": "string",
- "ack-user-time": "string",
- "individual-display-name": "string",
- "individual-first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "individual-last-name": "string"
}
], - "removed": true,
- "sentiment": "string",
- "source": "auto-responder",
- "todo-entry-id": "23e47d5f-9035-4129-9616-d71b672b5b4a",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad",
- "user-name": "string",
- "user-type": "participant"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-messages"
}, - "meta": { }
}Acknowledge a message, and all messages before thi
Acknowledge a message, and all messages before this
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| allow-past | boolean Default: false |
| individual-id | string <uuid> |
Responses
Request samples
- Payload
{- "allow-past": false,
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a"
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "ack": true,
- "attachments": [
- {
- "content-size": 0,
- "content-type": "string",
- "filename": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "removed": true,
- "thumbnail": "string"
}
], - "channel-id": "c67724bb-936a-4262-9e14-6e97cb4b5f2f",
- "destination": { },
- "display-name": "string",
- "draft": true,
- "first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-time": "string",
- "last-name": "string",
- "message": "string",
- "phrases": { },
- "posted-time": "string",
- "preferred-name": "string",
- "reactions": [
- {
- "display-name": "string",
- "first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "reaction-type": "dislike",
- "user-name": "string"
}
], - "read-receipts": [
- {
- "ack-time": "string",
- "ack-user-time": "string",
- "individual-display-name": "string",
- "individual-first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "individual-last-name": "string"
}
], - "removed": true,
- "sentiment": "string",
- "source": "auto-responder",
- "todo-entry-id": "23e47d5f-9035-4129-9616-d71b672b5b4a",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad",
- "user-name": "string",
- "user-type": "participant"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-messages"
}, - "meta": { }
}add a user-reaction to a message
add a user-reaction to a message
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| reaction-type required | string Enum: "dislike" "like" "lol" "love" "sad" "wow" |
| individual-id | string <uuid> |
Responses
Request samples
- Payload
{- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "reaction-type": "dislike"
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "ack": true,
- "attachments": [
- {
- "content-size": 0,
- "content-type": "string",
- "filename": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "removed": true,
- "thumbnail": "string"
}
], - "channel-id": "c67724bb-936a-4262-9e14-6e97cb4b5f2f",
- "destination": { },
- "display-name": "string",
- "draft": true,
- "first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-time": "string",
- "last-name": "string",
- "message": "string",
- "phrases": { },
- "posted-time": "string",
- "preferred-name": "string",
- "reactions": [
- {
- "display-name": "string",
- "first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "reaction-type": "dislike",
- "user-name": "string"
}
], - "read-receipts": [
- {
- "ack-time": "string",
- "ack-user-time": "string",
- "individual-display-name": "string",
- "individual-first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "individual-last-name": "string"
}
], - "removed": true,
- "sentiment": "string",
- "source": "auto-responder",
- "todo-entry-id": "23e47d5f-9035-4129-9616-d71b672b5b4a",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad",
- "user-name": "string",
- "user-type": "participant"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-messages"
}, - "meta": { }
}delete a user-reaction from a message
delete a user-reaction from a message
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| reaction-type required | string Enum: "dislike" "like" "lol" "love" "sad" "wow" |
| individual-id | string <uuid> |
Responses
Request samples
- Payload
{- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "reaction-type": "dislike"
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "ack": true,
- "attachments": [
- {
- "content-size": 0,
- "content-type": "string",
- "filename": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "removed": true,
- "thumbnail": "string"
}
], - "channel-id": "c67724bb-936a-4262-9e14-6e97cb4b5f2f",
- "destination": { },
- "display-name": "string",
- "draft": true,
- "first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-time": "string",
- "last-name": "string",
- "message": "string",
- "phrases": { },
- "posted-time": "string",
- "preferred-name": "string",
- "reactions": [
- {
- "display-name": "string",
- "first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "reaction-type": "dislike",
- "user-name": "string"
}
], - "read-receipts": [
- {
- "ack-time": "string",
- "ack-user-time": "string",
- "individual-display-name": "string",
- "individual-first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "individual-last-name": "string"
}
], - "removed": true,
- "sentiment": "string",
- "source": "auto-responder",
- "todo-entry-id": "23e47d5f-9035-4129-9616-d71b672b5b4a",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad",
- "user-name": "string",
- "user-type": "participant"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-messages"
}, - "meta": { }
}get receipts of this message
get receipts of this message
path Parameters
| id required | string Resource identifier |
query Parameters
| individual-id | string <uuid> |
Responses
Response samples
- 200
- 4XX
{- "read": [
- {
- "ack-time": "string",
- "ack-user-time": "string",
- "individual-display-name": "string",
- "individual-first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "individual-last-name": "string"
}
], - "unread": [
- {
- "ack-time": "string",
- "ack-user-time": "string",
- "individual-display-name": "string",
- "individual-first-name": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "individual-last-name": "string"
}
]
}/v1/messaging-operations/
query Parameters
| organization-id required | string <uuid> |
| filter[type] | string Value: "move-group" |
| include-args | boolean Default: false |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "args": { },
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "last-modified-at": "string",
- "logs": { },
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "status": "completed",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-operations"
}
], - "meta": { }
}/v1/messaging-operations/
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "args": { },
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "move-group"
}, - "type": "messaging-operations"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "args": { },
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "last-modified-at": "string",
- "logs": { },
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "status": "completed",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-operations"
}, - "meta": { }
}/v1/messaging-operations/{id}/
path Parameters
| id required | string Resource identifier |
query Parameters
| include-args | boolean Default: false |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "args": { },
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "last-modified-at": "string",
- "logs": { },
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "status": "completed",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-operations"
}, - "meta": { }
}/v1/messaging-plugins/
query Parameters
| organization-id required | string <uuid> |
| filter[name] | string [ 4 .. 15 ] characters ^[a-z0-9]+$ |
| filter[type] | string <= 255 characters |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "args": { },
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "enabled": true,
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-plugins"
}
], - "meta": { }
}/v1/messaging-plugins/
Request Body schema: application/json
required | object | ||||||||||||||
| |||||||||||||||
| meta | object | ||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "args": { },
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "string"
}, - "type": "messaging-plugins"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "args": { },
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "enabled": true,
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-plugins"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "args": { },
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "enabled": true,
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-plugins"
}, - "meta": { }
}/v1/messaging-plugins/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||
| |||||||||||||||
| meta | object | ||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "args": { },
- "name": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-plugins"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "args": { },
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "enabled": true,
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-plugins"
}, - "meta": { }
}/v1/messaging-plugins/{id}/disable/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
{- "data": {
- "attributes": {
- "args": { },
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "enabled": true,
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-plugins"
}, - "meta": { }
}/v1/messaging-plugins/{id}/enable/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
{- "data": {
- "attributes": {
- "args": { },
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "enabled": true,
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-plugins"
}, - "meta": { }
}/v1/messaging-plugins/{id}/expand/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| channel-id required | string <uuid> |
Responses
Request samples
- Payload
{- "channel-id": "c67724bb-936a-4262-9e14-6e97cb4b5f2f"
}Response samples
- 201
- 4XX
{- "message": "string"
}/v1/messaging-responders/
query Parameters
| organization-id required | string <uuid> |
| filter[cmp-end-at] | Array of strings <= 2 items [ items <= 40 characters ] Compare timestamp against end-at. Specify [comparator][datetime]. Comparators supported >, <, <=, >=. Use multiple to build a bounded time frame. Append |
| filter[cmp-start-at] | Array of strings <= 2 items [ items <= 40 characters ] Compare timestamp against start-at. Specify [comparator][datetime]. Comparators supported >, <, <=, >=. Use multiple to build a bounded time frame. Append |
| filter[enabled] | boolean |
| filter[individual-group-id] | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
| sort | Array of strings non-empty Default: "created-at" Items Enum: "-created-at" "-end-at" "-start-at" "created-at" "end-at" "start-at" |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "args": { },
- "calendar-args": {
- "rules": [
- {
- "day": "everyday",
- "end-time": "14:15:22Z",
- "start-time": "14:15:22Z"
}
], - "timezone": "string"
}, - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "enabled": true,
- "end-at": "string",
- "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "start-at": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-responders"
}
], - "meta": { }
}/v1/messaging-responders/
Request Body schema: application/json
required | object | ||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "args": { },
- "calendar-args": {
- "rules": [
- {
- "day": "everyday",
- "end-time": "14:15:22Z",
- "start-time": "14:15:22Z"
}
], - "timezone": "string"
}, - "end-at": "string",
- "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "start-at": "string",
- "type": "string"
}, - "type": "messaging-responders"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "args": { },
- "calendar-args": {
- "rules": [
- {
- "day": "everyday",
- "end-time": "14:15:22Z",
- "start-time": "14:15:22Z"
}
], - "timezone": "string"
}, - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "enabled": true,
- "end-at": "string",
- "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "start-at": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-responders"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "args": { },
- "calendar-args": {
- "rules": [
- {
- "day": "everyday",
- "end-time": "14:15:22Z",
- "start-time": "14:15:22Z"
}
], - "timezone": "string"
}, - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "enabled": true,
- "end-at": "string",
- "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "start-at": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-responders"
}, - "meta": { }
}/v1/messaging-responders/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "args": { },
- "calendar-args": {
- "rules": [
- {
- "day": "everyday",
- "end-time": "14:15:22Z",
- "start-time": "14:15:22Z"
}
], - "timezone": "string"
}, - "end-at": { },
- "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "name": "string",
- "start-at": { },
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-responders"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "args": { },
- "calendar-args": {
- "rules": [
- {
- "day": "everyday",
- "end-time": "14:15:22Z",
- "start-time": "14:15:22Z"
}
], - "timezone": "string"
}, - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "enabled": true,
- "end-at": "string",
- "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "start-at": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-responders"
}, - "meta": { }
}/v1/messaging-responders/{id}/disable/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
{- "data": {
- "attributes": {
- "args": { },
- "calendar-args": {
- "rules": [
- {
- "day": "everyday",
- "end-time": "14:15:22Z",
- "start-time": "14:15:22Z"
}
], - "timezone": "string"
}, - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "enabled": true,
- "end-at": "string",
- "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "start-at": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-responders"
}, - "meta": { }
}/v1/messaging-responders/{id}/enable/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
{- "data": {
- "attributes": {
- "args": { },
- "calendar-args": {
- "rules": [
- {
- "day": "everyday",
- "end-time": "14:15:22Z",
- "start-time": "14:15:22Z"
}
], - "timezone": "string"
}, - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "enabled": true,
- "end-at": "string",
- "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "start-at": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-responders"
}, - "meta": { }
}/v1/multicasts/
query Parameters
| filter[cmp-created-at] | Array of strings <= 2 items [ items <= 40 characters ] Compare timestamp against multicast created-at. Specify [comparator][datetime]. Comparators supported >, <, <=, >=. Use multiple to build a bounded time frame. |
| include-individual-group | boolean Default: false |
| include-individual-ids | boolean Default: false |
| individual-group-id | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
| template-id | string <= 255 characters |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "data": { },
- "display-name": "string",
- "first-name": "string",
- "individual-group": {
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individuals": [
- {
- "birth-date": "2019-08-24",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "name": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "organization"
}, - "preferred-name": "string",
- "verified": true
}
], - "individuals-count": 0,
- "leader-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "leaders": [
- {
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "last-name": "string",
- "status": "string",
- "template-args": { },
- "template-id": "string",
- "user-name": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "multicasts"
}
], - "meta": { }
}/v1/multicasts/
Request Body schema: application/json
required | object | ||||||||||||||||
| |||||||||||||||||
| meta | object | ||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "data": { },
- "filter-type": "all-participants",
- "filter-value": { },
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "template-id": "string"
}, - "type": "multicasts"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "data": { },
- "display-name": "string",
- "first-name": "string",
- "individual-group": {
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individuals": [
- {
- "birth-date": "2019-08-24",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "name": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "organization"
}, - "preferred-name": "string",
- "verified": true
}
], - "individuals-count": 0,
- "leader-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "leaders": [
- {
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "last-name": "string",
- "status": "string",
- "template-args": { },
- "template-id": "string",
- "user-name": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "multicasts"
}, - "meta": { }
}/v1/multicasts/{id}/
path Parameters
| id required | string Resource identifier |
query Parameters
| include-individual-group | boolean Default: false |
| include-individual-ids | boolean Default: false |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "data": { },
- "display-name": "string",
- "first-name": "string",
- "individual-group": {
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individuals": [
- {
- "birth-date": "2019-08-24",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "name": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "organization"
}, - "preferred-name": "string",
- "verified": true
}
], - "individuals-count": 0,
- "leader-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "leaders": [
- {
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string"
}
], - "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "individual-group-id": "2c390a49-63fa-425c-8fd5-5b58aa277ace",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "last-name": "string",
- "status": "string",
- "template-args": { },
- "template-id": "string",
- "user-name": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "multicasts"
}, - "meta": { }
}/v1/org-preferences/
query Parameters
| organization-id required | string <uuid> |
| filter[name] | string Enum: "channel-mode" "default-channel-title" "group-provider-ack" "initial-sms-message" "voice-survey" |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "explicit": true,
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "json",
- "value": "string",
- "value-js": { }
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "org-preferences"
}
], - "meta": { }
}/v1/org-preferences/
Request Body schema: application/json
required | object | ||||||||||||||||
| |||||||||||||||||
| meta | object | ||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "name": "channel-mode",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "json",
- "value": "string",
- "value-js": { }
}, - "type": "org-preferences"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "explicit": true,
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "json",
- "value": "string",
- "value-js": { }
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "org-preferences"
}, - "meta": { }
}/v1/organizations/
query Parameters
| filter[name] | string <= 255 characters |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "classification": "string",
- "display-name": "string",
- "last-modified-time": "string",
- "name": "string",
- "provider-type": "string",
- "timezone": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "organizations"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "classification": "string",
- "display-name": "string",
- "last-modified-time": "string",
- "name": "string",
- "provider-type": "string",
- "timezone": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "organizations"
}, - "meta": { }
}/v1/purge-data/
Request Body schema: application/json
required | object | ||||||||||||||||||
| |||||||||||||||||||
| meta | object | ||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "archive": false,
- "entity-id": "string",
- "entity-type": "individual",
- "reference-id": "string",
- "request-id": "string"
}, - "type": "system-purges"
}, - "meta": { }
}Response samples
- 201
nullResponse samples
- 200
{- "data": [
- {
- "attributes": {
- "classpath": "string",
- "created-time": "string",
- "last-poll-time": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "replicators"
}
], - "meta": { }
}Response samples
- 200
{- "data": {
- "attributes": {
- "classpath": "string",
- "created-time": "string",
- "last-poll-time": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "replicators"
}, - "meta": { }
}/v1/sniffers/
Request Body schema: application/json
required | object | ||||||||||
| |||||||||||
| meta | object | ||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad",
- "valid-until": "string"
}, - "type": "sniffers"
}, - "meta": { }
}Response samples
- 201
{- "data": {
- "attributes": {
- "created-time": "string",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad",
- "valid-until": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "sniffers"
}, - "meta": { }
}Response samples
- 200
{- "data": {
- "attributes": {
- "created-time": "string",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad",
- "valid-until": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "sniffers"
}, - "meta": { }
}/v1/sniffers/{id}/get-logs/
path Parameters
| id required | string Resource identifier |
query Parameters
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
{- "data": [
- {
- "attributes": {
- "body": "string",
- "content_type": "string",
- "created-time": "string",
- "message": "string",
- "method": "string",
- "path": "string",
- "query-string": "string",
- "request-id": "string",
- "response": "string",
- "status-code": 0,
- "trace-id": "string",
- "user-agent": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "sniffer-logs"
}
], - "meta": { }
}/v1/text-account-numbers/
query Parameters
| account-id | string <uuid> |
| filter[phone-number] | string <phonenumberE164> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
| phone-number | string <phonenumberE164> |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "account-id": "06445b97-b169-4ddb-9154-86962ba5d421",
- "alert": true,
- "capability-mms": true,
- "capability-sms": true,
- "capability-voice": true,
- "claimed-at": "string",
- "created-at": "string",
- "events": {
- "unknown-number": { }
}, - "flow": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forward-to": "string",
- "lata": "string",
- "latitude": "string",
- "logging": true,
- "longitude": "string",
- "notes": "string",
- "phone-number": "string",
- "postal-code": "string",
- "rate-center": "string",
- "region": "string",
- "twilio-advanced-optout-enabled": true,
- "twilio-id": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-account-numbers"
}
], - "meta": { }
}/v1/text-account-numbers/
Request Body schema: application/json
required | object | ||||||||||||||||||||||
| |||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "account-id": "06445b97-b169-4ddb-9154-86962ba5d421",
- "alert": true,
- "area-code": "str",
- "forward-to": "string",
- "logging": false,
- "notes": "string",
- "phone-number": "string",
- "phone-number-from-main-account": "string"
}, - "type": "text-account-numbers"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "account-id": "06445b97-b169-4ddb-9154-86962ba5d421",
- "alert": true,
- "capability-mms": true,
- "capability-sms": true,
- "capability-voice": true,
- "claimed-at": "string",
- "created-at": "string",
- "events": {
- "unknown-number": { }
}, - "flow": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forward-to": "string",
- "lata": "string",
- "latitude": "string",
- "logging": true,
- "longitude": "string",
- "notes": "string",
- "phone-number": "string",
- "postal-code": "string",
- "rate-center": "string",
- "region": "string",
- "twilio-advanced-optout-enabled": true,
- "twilio-id": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-account-numbers"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "account-id": "06445b97-b169-4ddb-9154-86962ba5d421",
- "alert": true,
- "capability-mms": true,
- "capability-sms": true,
- "capability-voice": true,
- "claimed-at": "string",
- "created-at": "string",
- "events": {
- "unknown-number": { }
}, - "flow": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forward-to": "string",
- "lata": "string",
- "latitude": "string",
- "logging": true,
- "longitude": "string",
- "notes": "string",
- "phone-number": "string",
- "postal-code": "string",
- "rate-center": "string",
- "region": "string",
- "twilio-advanced-optout-enabled": true,
- "twilio-id": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-account-numbers"
}, - "meta": { }
}/v1/text-account-numbers/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||||||||||||
| |||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "alert": true,
- "events": {
- "unknown-number": { }
}, - "forward-to": "string",
- "logging": true,
- "notes": "string",
- "twilio-advanced-optout-enabled": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-account-numbers"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "account-id": "06445b97-b169-4ddb-9154-86962ba5d421",
- "alert": true,
- "capability-mms": true,
- "capability-sms": true,
- "capability-voice": true,
- "claimed-at": "string",
- "created-at": "string",
- "events": {
- "unknown-number": { }
}, - "flow": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forward-to": "string",
- "lata": "string",
- "latitude": "string",
- "logging": true,
- "longitude": "string",
- "notes": "string",
- "phone-number": "string",
- "postal-code": "string",
- "rate-center": "string",
- "region": "string",
- "twilio-advanced-optout-enabled": true,
- "twilio-id": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-account-numbers"
}, - "meta": { }
}/v1/text-account-numbers/{id}/reset-logs/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "account-id": "06445b97-b169-4ddb-9154-86962ba5d421",
- "alert": true,
- "capability-mms": true,
- "capability-sms": true,
- "capability-voice": true,
- "claimed-at": "string",
- "created-at": "string",
- "events": {
- "unknown-number": { }
}, - "flow": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forward-to": "string",
- "lata": "string",
- "latitude": "string",
- "logging": true,
- "longitude": "string",
- "notes": "string",
- "phone-number": "string",
- "postal-code": "string",
- "rate-center": "string",
- "region": "string",
- "twilio-advanced-optout-enabled": true,
- "twilio-id": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-account-numbers"
}, - "meta": { }
}/v1/text-accounts/
query Parameters
| organization-id | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "allow-custom-number": true,
- "created-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "phone-number": "string",
- "twilio-id": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-accounts"
}
], - "meta": { }
}/v1/text-accounts/
Request Body schema: application/json
required | object | ||||||||||
| |||||||||||
| meta | object | ||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "allow-custom-number": false,
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54"
}, - "type": "text-accounts"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "allow-custom-number": true,
- "created-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "phone-number": "string",
- "twilio-id": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-accounts"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "allow-custom-number": true,
- "created-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "phone-number": "string",
- "twilio-id": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-accounts"
}, - "meta": { }
}/v1/text-accounts/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "allow-custom-number": true,
- "phone-number": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-accounts"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "allow-custom-number": true,
- "created-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "phone-number": "string",
- "twilio-id": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-accounts"
}, - "meta": { }
}/v1/text-accounts/{id}/claim-number/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| notes required | string <= 255 characters |
Responses
Request samples
- Payload
{- "notes": "string"
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "account-id": "06445b97-b169-4ddb-9154-86962ba5d421",
- "alert": true,
- "capability-mms": true,
- "capability-sms": true,
- "capability-voice": true,
- "claimed-at": "string",
- "created-at": "string",
- "events": {
- "unknown-number": { }
}, - "flow": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forward-to": "string",
- "lata": "string",
- "latitude": "string",
- "logging": true,
- "longitude": "string",
- "notes": "string",
- "phone-number": "string",
- "postal-code": "string",
- "rate-center": "string",
- "region": "string",
- "twilio-advanced-optout-enabled": true,
- "twilio-id": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-account-numbers"
}, - "meta": { }
}/v1/text-number-info/
query Parameters
| number required | string <phonenumberE164_us> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "carrier-name": "string",
- "created-at": "string",
- "error": "string",
- "last-modified-at": "string",
- "mobile-country-code": "string",
- "mobile-network-code": "string",
- "number": "string",
- "status": "pending",
- "type": ""
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-number-info"
}
], - "meta": { }
}/v1/text-number-info/
Request Body schema: application/json
required | object | ||||||||||
| |||||||||||
| meta | object | ||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "number": "string",
- "reresolve": false
}, - "type": "text-number-info"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "carrier-name": "string",
- "created-at": "string",
- "error": "string",
- "last-modified-at": "string",
- "mobile-country-code": "string",
- "mobile-network-code": "string",
- "number": "string",
- "status": "pending",
- "type": ""
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-number-info"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "carrier-name": "string",
- "created-at": "string",
- "error": "string",
- "last-modified-at": "string",
- "mobile-country-code": "string",
- "mobile-network-code": "string",
- "number": "string",
- "status": "pending",
- "type": ""
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-number-info"
}, - "meta": { }
}/v1/text-number-logs/
query Parameters
| number-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "log": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-number-logs"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "message": "string",
- "sender": "string",
- "sid": "string",
- "to": "string"
}, - "id": "string",
- "type": "text-receive-logs"
}, - "meta": { }
}/v1/text-user-number-maps/
query Parameters
| filter[number-id] | string <uuid> |
| filter[organization-id] | string <uuid> |
| filter[user-id] | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "number-id": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "user-id": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-user-number-maps"
}
], - "meta": { }
}/v1/text-user-number-maps/
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "number-id": "9340a478-4eba-4089-be46-d7c34754867f",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "type": "text-user-number-maps"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "number-id": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "user-id": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-user-number-maps"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "number-id": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "user-id": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "text-user-number-maps"
}, - "meta": { }
}/v1/texts/
query Parameters
| account-id required | string <uuid> |
| filter[number-id] | string <uuid> |
| filter[target] | string <phonenumberE164> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "callback-status-url": "string",
- "callback-url": "string",
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "error": "string",
- "from": "string",
- "last-modified-at": "string",
- "message": "string",
- "status": "accepted",
- "target": "string",
- "twilio-sid": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "texts"
}
], - "meta": { }
}/v1/texts/
Request Body schema: application/json
required | object | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "account-id": "06445b97-b169-4ddb-9154-86962ba5d421",
- "callback-json": { },
- "callback-one-off": true,
- "callback-status-url": "string",
- "callback-url": "string",
- "expected-responses": [
- "string"
], - "message": "string",
- "number-id": "9340a478-4eba-4089-be46-d7c34754867f",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "target": "string"
}, - "type": "texts"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "callback-status-url": "string",
- "callback-url": "string",
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "error": "string",
- "from": "string",
- "last-modified-at": "string",
- "message": "string",
- "status": "accepted",
- "target": "string",
- "twilio-sid": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "texts"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "callback-status-url": "string",
- "callback-url": "string",
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "error": "string",
- "from": "string",
- "last-modified-at": "string",
- "message": "string",
- "status": "accepted",
- "target": "string",
- "twilio-sid": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "texts"
}, - "meta": { }
}/v1/texts/{id}/callback/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| property name* additional property | any |
Responses
Request samples
- Payload
{ }Response samples
- 4XX
{- "errors": [
- {
- "code": "string",
- "detail": "string",
- "meta": { },
- "source": {
- "parameter": "string",
- "pointer": "string"
}, - "status": 400
}
]
}/v1/tts-synthesizers/
Request Body schema: application/json
required | object | ||||||||||
| |||||||||||
| meta | object | ||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "locale": "en-US",
- "text": "string"
}, - "type": "tts-synthesizers"
}, - "meta": { }
}/v1/user-consents/
query Parameters
| filter[organization-id] | string <uuid> |
| filter[user-id] | string <= 255 characters |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "args": { },
- "created-at": "string",
- "last-modified-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "state": "accepted",
- "target-id": "string",
- "type": "sms",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-consents"
}
], - "meta": { }
}/v1/user-consents/
Request Body schema: application/json
required | object | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "args": {
- "messages": {
- "accept": "string",
- "initial": "string",
- "invalid-response": "string"
}
}, - "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "type": "sms",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "type": "user-consents"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "args": { },
- "created-at": "string",
- "last-modified-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "state": "accepted",
- "target-id": "string",
- "type": "sms",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-consents"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "args": { },
- "created-at": "string",
- "last-modified-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "state": "accepted",
- "target-id": "string",
- "type": "sms",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-consents"
}, - "meta": { }
}/v1/user-devices/
query Parameters
| all-users | boolean Default: false |
| filter[app-name] | string <= 64 characters |
| filter[app-version] | string <= 20 characters |
| filter[individual-id] | string <uuid> |
| filter[model] | string <= 64 characters |
| filter[type] | string Enum: "apn" "fcm" "web" |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
| token | string <= 255 characters |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "allow-notification": true,
- "app-name": "string",
- "app-version": "string",
- "created-at": "string",
- "individual-id": "string",
- "last-modified-at": "string",
- "model": "string",
- "os-version": "string",
- "sandbox": false,
- "token": "string",
- "topic": "string",
- "type": "apn"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-devices"
}
], - "meta": { }
}/v1/user-devices/
Request Body schema: application/json
required | object | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "allow-notification": true,
- "app-name": "string",
- "app-version": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "model": "string",
- "os-version": "string",
- "sandbox": false,
- "token": "string",
- "topic": "string",
- "type": "apn"
}, - "type": "user-devices"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "allow-notification": true,
- "app-name": "string",
- "app-version": "string",
- "created-at": "string",
- "individual-id": "string",
- "last-modified-at": "string",
- "model": "string",
- "os-version": "string",
- "sandbox": false,
- "token": "string",
- "topic": "string",
- "type": "apn"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-devices"
}, - "meta": { }
}/v1/user-devices/{id}/get-logs/
path Parameters
| id required | string Resource identifier |
query Parameters
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "badge-count": 0,
- "body": "string",
- "category": "string",
- "created-at": "string",
- "data": { },
- "title": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-device-logs"
}
], - "meta": { }
}/v1/user-email-attachments/
query Parameters
| email-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "content-type": "string",
- "created-at": "string",
- "download-link": "string",
- "filename": "string",
- "ready-to-use": true,
- "size": 0
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-email-attachments"
}
], - "meta": { }
}/v1/user-email-attachments/
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "content-type": "string",
- "email-id": "9ada5be3-558a-4b63-bc31-f5fb46350786",
- "filename": "string"
}, - "type": "user-email-attachments"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "expiration-time": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "upload-data": { },
- "upload-url": "string"
}/v1/user-email-attachments/{id}/
path Parameters
| id required | string Resource identifier |
query Parameters
| with-link | boolean Default: false |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "content-type": "string",
- "created-at": "string",
- "download-link": "string",
- "filename": "string",
- "ready-to-use": true,
- "size": 0
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-email-attachments"
}, - "meta": { }
}/v1/user-email-attachments/{id}/process-upload/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
{- "data": {
- "attributes": {
- "content-type": "string",
- "created-at": "string",
- "download-link": "string",
- "filename": "string",
- "ready-to-use": true,
- "size": 0
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-email-attachments"
}, - "meta": { }
}/v1/user-emails/
query Parameters
| individual-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-at": "string",
- "message": "string",
- "message-html": "string",
- "result": "string",
- "sender-organization-id": "221e71d6-86e8-46f3-b61a-10a825a79b08",
- "status": "draft",
- "subject": "string",
- "task-id": "string",
- "to": [
- "user@example.com"
], - "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-emails"
}
], - "meta": { }
}/v1/user-emails/
Request Body schema: application/json
required | object | ||||||||||||||||||||||
| |||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "auto-send": true,
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "message": "string",
- "message-html": "string",
- "sender-organization-id": "221e71d6-86e8-46f3-b61a-10a825a79b08",
- "subject": "string",
- "to": "user@example.com"
}, - "type": "user-emails"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-at": "string",
- "message": "string",
- "message-html": "string",
- "result": "string",
- "sender-organization-id": "221e71d6-86e8-46f3-b61a-10a825a79b08",
- "status": "draft",
- "subject": "string",
- "task-id": "string",
- "to": [
- "user@example.com"
], - "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-emails"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-at": "string",
- "message": "string",
- "message-html": "string",
- "result": "string",
- "sender-organization-id": "221e71d6-86e8-46f3-b61a-10a825a79b08",
- "status": "draft",
- "subject": "string",
- "task-id": "string",
- "to": [
- "user@example.com"
], - "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-emails"
}, - "meta": { }
}/v1/user-emails/{id}/send/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-at": "string",
- "message": "string",
- "message-html": "string",
- "result": "string",
- "sender-organization-id": "221e71d6-86e8-46f3-b61a-10a825a79b08",
- "status": "draft",
- "subject": "string",
- "task-id": "string",
- "to": [
- "user@example.com"
], - "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-emails"
}, - "meta": { }
}/v1/user-multicasts/
query Parameters
| individual-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "template-data": { },
- "template-id": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-multicasts"
}
], - "meta": { }
}/v1/user-multicasts/
Request Body schema: application/json
| template-data required | object |
| template-id required | string <= 255 characters |
| individual-group-ids | Array of strings <uuid> non-empty [ items <uuid > ] |
| individual-ids | Array of strings <uuid> non-empty [ items <uuid > ] |
| organization-id | string <uuid> |
Responses
Request samples
- Payload
{- "individual-group-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "individual-ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "template-data": { },
- "template-id": "string"
}Response samples
- 201
- 4XX
{- "message-data": { },
- "task-id": "8ff7a72a-ed49-4045-9aa2-840c122868e0"
}/v1/user-notification-counts/
query Parameters
| filter[cmp-created-at] | Array of strings <= 2 items [ items <= 40 characters ] compare timestamp against notification created_at time. specify [comparator][datetime]. comparators supported <=, >=use multiple to build a bounded time frame. |
| page[limit] | integer [ 0 .. 1000 ] Default: 500 |
| page[offset] | integer >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "count": 0,
- "daily-for-date": "string",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "type": "notification-counts"
}
], - "meta": { }
}/v1/user-notifications/
query Parameters
| acknowledged | boolean |
| filter[category] | string <= 32 characters |
| include[inactive] | boolean Default: false |
| individual-id | string <uuid> |
| organization-id | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "acknowledged": true,
- "active": true,
- "created-at": "string",
- "data": {
- "apn": {
- "body": "string",
- "category": "string",
- "data": { },
- "title": "string"
}, - "fcm": {
- "body": "string",
- "category": "string",
- "data": { },
- "title": "string"
}, - "sms": {
- "bodies": [
- "string"
]
}, - "web": { }
}, - "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "user-first-name": "string",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad",
- "user-last-name": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-notifications"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "acknowledged": true,
- "active": true,
- "created-at": "string",
- "data": {
- "apn": {
- "body": "string",
- "category": "string",
- "data": { },
- "title": "string"
}, - "fcm": {
- "body": "string",
- "category": "string",
- "data": { },
- "title": "string"
}, - "sms": {
- "bodies": [
- "string"
]
}, - "web": { }
}, - "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "user-first-name": "string",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad",
- "user-last-name": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-notifications"
}, - "meta": { }
}/v1/user-notifications/{id}/ack/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| ack-previous | boolean Default: false |
Responses
Request samples
- Payload
{- "ack-previous": false
}Response samples
- 201
{- "data": {
- "attributes": {
- "acknowledged": true,
- "active": true,
- "created-at": "string",
- "data": {
- "apn": {
- "body": "string",
- "category": "string",
- "data": { },
- "title": "string"
}, - "fcm": {
- "body": "string",
- "category": "string",
- "data": { },
- "title": "string"
}, - "sms": {
- "bodies": [
- "string"
]
}, - "web": { }
}, - "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "user-first-name": "string",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad",
- "user-last-name": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "user-notifications"
}, - "meta": { }
}/v1/users/
query Parameters
| filter[email] | string <email> |
| filter[individual-id] | string <uuid> |
| filter[username] | string <= 255 characters |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
{- "data": [
- {
- "attributes": {
- "auto-sign-up": true,
- "communication-preferences": { },
- "display-name": "string",
- "email": "string",
- "email-verified": true,
- "first-name": "string",
- "last-name": "string",
- "last-sync-time": "string",
- "locale": "string",
- "locale-explicit": true,
- "notifications": [
- "email"
], - "phone": "string",
- "phone-unsubscribed": true,
- "phone-verified": true,
- "primary-individual-id": "4c922cd3-2683-4eaf-b5cb-530a86ddef19",
- "sms-mode": "disabled",
- "state": "string",
- "tz": "string",
- "tz-explicit": true,
- "username": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "users"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "auto-sign-up": true,
- "communication-preferences": { },
- "display-name": "string",
- "email": "string",
- "email-verified": true,
- "first-name": "string",
- "last-name": "string",
- "last-sync-time": "string",
- "locale": "string",
- "locale-explicit": true,
- "notifications": [
- "email"
], - "phone": "string",
- "phone-unsubscribed": true,
- "phone-verified": true,
- "primary-individual-id": "4c922cd3-2683-4eaf-b5cb-530a86ddef19",
- "sms-mode": "disabled",
- "state": "string",
- "tz": "string",
- "tz-explicit": true,
- "username": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "users"
}, - "meta": { }
}/v1/users/{id}/ Deprecated
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||
| |||||||||||
| meta | object | ||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "notifications": [
- "email"
]
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "users"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "auto-sign-up": true,
- "communication-preferences": { },
- "display-name": "string",
- "email": "string",
- "email-verified": true,
- "first-name": "string",
- "last-name": "string",
- "last-sync-time": "string",
- "locale": "string",
- "locale-explicit": true,
- "notifications": [
- "email"
], - "phone": "string",
- "phone-unsubscribed": true,
- "phone-verified": true,
- "primary-individual-id": "4c922cd3-2683-4eaf-b5cb-530a86ddef19",
- "sms-mode": "disabled",
- "state": "string",
- "tz": "string",
- "tz-explicit": true,
- "username": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "users"
}, - "meta": { }
}/v1/users/{id}/multicast/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| template-id required | string <= 255 characters |
| data | object |
| individual-id | string <uuid> |
| organization-id | string <uuid> |
Responses
Request samples
- Payload
{- "data": { },
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "template-id": "string"
}Response samples
- 201
- 4XX
{- "message-data": { },
- "task-id": "8ff7a72a-ed49-4045-9aa2-840c122868e0"
}/v1/users/{id}/validate-multicast-params/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| data required | object |
| individual-id required | string <uuid> |
| organization-id required | string <uuid> |
| template-id required | string <= 255 characters |
Responses
Request samples
- Payload
{- "data": { },
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "template-id": "string"
}Response samples
- 201
- 4XX
{- "info": "string",
- "success": true
}Returns channels
Returns channels
query Parameters
| individual-id required | string <uuid> |
| filter[states] | Array of strings Items Enum: "open" "scheduled" "terminated" |
| organization-id | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "appless": true,
- "appointment": {
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "join-start": "string",
- "start": "string"
}, - "channel-state": "open",
- "compositions": [
- {
- "created-at": "string",
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-modified-at": "string",
- "processing-pct": 100,
- "processing-status": "completed",
- "size": 0,
- "status": "failed"
}
], - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "duration": 0,
- "encounter-id": "86c14f05-0ac1-4a91-8b6d-1c18a4fe6a5b",
- "max-participants": 0,
- "note": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "organization-display-name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "participants": [
- {
- "account-type": "provider",
- "audio-state": "muted",
- "disconnected": true,
- "encounter-id": "string",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "note": "string",
- "photo": "string",
- "status": "string",
- "user": {
- "communication-preferences": {
- "email": { },
- "mobile": { },
- "sms": { },
- "voice": { },
- "web": { }
}, - "email-verified": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-verified": true,
- "registration-invite": "accepted",
- "state": "archived"
}
}
], - "recorded": true,
- "scheduler-id": "80538e3a-8557-412c-a07d-5f6ff1500257",
- "subject-id": "538e2918-bf69-493c-ba8a-9b5e6ab0c6a4",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-channels"
}
], - "meta": { }
}Creates a new channel
Creates a new channel
Request Body schema: application/json
required | object | ||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "appless": false,
- "appointment": {
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "start": "string"
}, - "messaging-channel-id": "878e4a0c-bebf-4214-b5be-bd070f6e254c",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "participants": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "recorded": false,
- "subject-id": "538e2918-bf69-493c-ba8a-9b5e6ab0c6a4",
- "type": "direct",
- "with-email": false
}, - "type": "video-channels"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "appless": true,
- "appointment": {
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "join-start": "string",
- "start": "string"
}, - "channel-state": "open",
- "compositions": [
- {
- "created-at": "string",
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-modified-at": "string",
- "processing-pct": 100,
- "processing-status": "completed",
- "size": 0,
- "status": "failed"
}
], - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "duration": 0,
- "encounter-id": "86c14f05-0ac1-4a91-8b6d-1c18a4fe6a5b",
- "max-participants": 0,
- "note": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "organization-display-name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "participants": [
- {
- "account-type": "provider",
- "audio-state": "muted",
- "disconnected": true,
- "encounter-id": "string",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "note": "string",
- "photo": "string",
- "status": "string",
- "user": {
- "communication-preferences": {
- "email": { },
- "mobile": { },
- "sms": { },
- "voice": { },
- "web": { }
}, - "email-verified": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-verified": true,
- "registration-invite": "accepted",
- "state": "archived"
}
}
], - "recorded": true,
- "scheduler-id": "80538e3a-8557-412c-a07d-5f6ff1500257",
- "subject-id": "538e2918-bf69-493c-ba8a-9b5e6ab0c6a4",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-channels"
}, - "meta": { }
}Returns specific channel
Returns specific channel
path Parameters
| id required | string Resource identifier |
query Parameters
| individual-id | string <uuid> |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "appless": true,
- "appointment": {
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "join-start": "string",
- "start": "string"
}, - "channel-state": "open",
- "compositions": [
- {
- "created-at": "string",
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-modified-at": "string",
- "processing-pct": 100,
- "processing-status": "completed",
- "size": 0,
- "status": "failed"
}
], - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "duration": 0,
- "encounter-id": "86c14f05-0ac1-4a91-8b6d-1c18a4fe6a5b",
- "max-participants": 0,
- "note": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "organization-display-name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "participants": [
- {
- "account-type": "provider",
- "audio-state": "muted",
- "disconnected": true,
- "encounter-id": "string",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "note": "string",
- "photo": "string",
- "status": "string",
- "user": {
- "communication-preferences": {
- "email": { },
- "mobile": { },
- "sms": { },
- "voice": { },
- "web": { }
}, - "email-verified": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-verified": true,
- "registration-invite": "accepted",
- "state": "archived"
}
}
], - "recorded": true,
- "scheduler-id": "80538e3a-8557-412c-a07d-5f6ff1500257",
- "subject-id": "538e2918-bf69-493c-ba8a-9b5e6ab0c6a4",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-channels"
}, - "meta": { }
}Modifies an existing video-channel
Modifies an existing video-channel
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||||
| |||||||||||||||||
| meta | object | ||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "appointment-duration": 0,
- "appointment-start": "string",
- "note": "string",
- "recorded": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-channels"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "appless": true,
- "appointment": {
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "join-start": "string",
- "start": "string"
}, - "channel-state": "open",
- "compositions": [
- {
- "created-at": "string",
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-modified-at": "string",
- "processing-pct": 100,
- "processing-status": "completed",
- "size": 0,
- "status": "failed"
}
], - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "duration": 0,
- "encounter-id": "86c14f05-0ac1-4a91-8b6d-1c18a4fe6a5b",
- "max-participants": 0,
- "note": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "organization-display-name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "participants": [
- {
- "account-type": "provider",
- "audio-state": "muted",
- "disconnected": true,
- "encounter-id": "string",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "note": "string",
- "photo": "string",
- "status": "string",
- "user": {
- "communication-preferences": {
- "email": { },
- "mobile": { },
- "sms": { },
- "voice": { },
- "web": { }
}, - "email-verified": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-verified": true,
- "registration-invite": "accepted",
- "state": "archived"
}
}
], - "recorded": true,
- "scheduler-id": "80538e3a-8557-412c-a07d-5f6ff1500257",
- "subject-id": "538e2918-bf69-493c-ba8a-9b5e6ab0c6a4",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-channels"
}, - "meta": { }
}/v1/video-channels/{id}/finalize-encounter/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| service-type-id | string <uuid> |
| use-note-from-author-participant | boolean Default: false |
Responses
Request samples
- Payload
{- "service-type-id": "63dc46e8-3df8-4212-9a73-952546fcc8ae",
- "use-note-from-author-participant": false
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "appless": true,
- "appointment": {
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "join-start": "string",
- "start": "string"
}, - "channel-state": "open",
- "compositions": [
- {
- "created-at": "string",
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-modified-at": "string",
- "processing-pct": 100,
- "processing-status": "completed",
- "size": 0,
- "status": "failed"
}
], - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "duration": 0,
- "encounter-id": "86c14f05-0ac1-4a91-8b6d-1c18a4fe6a5b",
- "max-participants": 0,
- "note": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "organization-display-name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "participants": [
- {
- "account-type": "provider",
- "audio-state": "muted",
- "disconnected": true,
- "encounter-id": "string",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "note": "string",
- "photo": "string",
- "status": "string",
- "user": {
- "communication-preferences": {
- "email": { },
- "mobile": { },
- "sms": { },
- "voice": { },
- "web": { }
}, - "email-verified": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-verified": true,
- "registration-invite": "accepted",
- "state": "archived"
}
}
], - "recorded": true,
- "scheduler-id": "80538e3a-8557-412c-a07d-5f6ff1500257",
- "subject-id": "538e2918-bf69-493c-ba8a-9b5e6ab0c6a4",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-channels"
}, - "meta": { }
}/v1/video-channels/{id}/participant-audio-states/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | Array of objects | ||||
Array
| |||||
| individual-id | string <uuid> | ||||
Responses
Request samples
- Payload
{- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "participants": [
- {
- "audio-state": "muted",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "appless": true,
- "appointment": {
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "join-start": "string",
- "start": "string"
}, - "channel-state": "open",
- "compositions": [
- {
- "created-at": "string",
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-modified-at": "string",
- "processing-pct": 100,
- "processing-status": "completed",
- "size": 0,
- "status": "failed"
}
], - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "duration": 0,
- "encounter-id": "86c14f05-0ac1-4a91-8b6d-1c18a4fe6a5b",
- "max-participants": 0,
- "note": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "organization-display-name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "participants": [
- {
- "account-type": "provider",
- "audio-state": "muted",
- "disconnected": true,
- "encounter-id": "string",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "note": "string",
- "photo": "string",
- "status": "string",
- "user": {
- "communication-preferences": {
- "email": { },
- "mobile": { },
- "sms": { },
- "voice": { },
- "web": { }
}, - "email-verified": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-verified": true,
- "registration-invite": "accepted",
- "state": "archived"
}
}
], - "recorded": true,
- "scheduler-id": "80538e3a-8557-412c-a07d-5f6ff1500257",
- "subject-id": "538e2918-bf69-493c-ba8a-9b5e6ab0c6a4",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-channels"
}, - "meta": { }
}/v1/video-channels/{id}/reminder-timer/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "appless": true,
- "appointment": {
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "join-start": "string",
- "start": "string"
}, - "channel-state": "open",
- "compositions": [
- {
- "created-at": "string",
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-modified-at": "string",
- "processing-pct": 100,
- "processing-status": "completed",
- "size": 0,
- "status": "failed"
}
], - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "duration": 0,
- "encounter-id": "86c14f05-0ac1-4a91-8b6d-1c18a4fe6a5b",
- "max-participants": 0,
- "note": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "organization-display-name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "participants": [
- {
- "account-type": "provider",
- "audio-state": "muted",
- "disconnected": true,
- "encounter-id": "string",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "note": "string",
- "photo": "string",
- "status": "string",
- "user": {
- "communication-preferences": {
- "email": { },
- "mobile": { },
- "sms": { },
- "voice": { },
- "web": { }
}, - "email-verified": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-verified": true,
- "registration-invite": "accepted",
- "state": "archived"
}
}
], - "recorded": true,
- "scheduler-id": "80538e3a-8557-412c-a07d-5f6ff1500257",
- "subject-id": "538e2918-bf69-493c-ba8a-9b5e6ab0c6a4",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-channels"
}, - "meta": { }
}/v1/video-channels/{id}/terminate/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "appless": true,
- "appointment": {
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "join-start": "string",
- "start": "string"
}, - "channel-state": "open",
- "compositions": [
- {
- "created-at": "string",
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-modified-at": "string",
- "processing-pct": 100,
- "processing-status": "completed",
- "size": 0,
- "status": "failed"
}
], - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "duration": 0,
- "encounter-id": "86c14f05-0ac1-4a91-8b6d-1c18a4fe6a5b",
- "max-participants": 0,
- "note": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "organization-display-name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "participants": [
- {
- "account-type": "provider",
- "audio-state": "muted",
- "disconnected": true,
- "encounter-id": "string",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "note": "string",
- "photo": "string",
- "status": "string",
- "user": {
- "communication-preferences": {
- "email": { },
- "mobile": { },
- "sms": { },
- "voice": { },
- "web": { }
}, - "email-verified": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-verified": true,
- "registration-invite": "accepted",
- "state": "archived"
}
}
], - "recorded": true,
- "scheduler-id": "80538e3a-8557-412c-a07d-5f6ff1500257",
- "subject-id": "538e2918-bf69-493c-ba8a-9b5e6ab0c6a4",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-channels"
}, - "meta": { }
}/v1/video-compositions/
query Parameters
| video-channel-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "duration": 0,
- "last-modified-at": "string",
- "processing-pct": 100,
- "processing-status": "completed",
- "size": 0,
- "status": "failed",
- "video-channel-id": "3faca7b7-df78-4ca1-a682-01efa1a03729"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-compositions"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "duration": 0,
- "last-modified-at": "string",
- "processing-pct": 100,
- "processing-status": "completed",
- "size": 0,
- "status": "failed",
- "video-channel-id": "3faca7b7-df78-4ca1-a682-01efa1a03729"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-compositions"
}, - "meta": { }
}Returns participants
Returns participants
query Parameters
| individual-id required | string <uuid> |
| page[limit] required | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] required | integer (PageOffset) >= 0 Default: 0 |
| video-channel-id required | string <uuid> |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "account-type": "provider",
- "audio-state": "muted",
- "connected-at": "string",
- "disconnected": true,
- "encounter-id": "86c14f05-0ac1-4a91-8b6d-1c18a4fe6a5b",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "note": "string",
- "status": "string",
- "twilio-channel-id": "6ad3493a-5982-4c40-9f9d-25e86ed650b6",
- "video-channel-id": "3faca7b7-df78-4ca1-a682-01efa1a03729"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-participants"
}
], - "meta": { }
}Returns specific participant
Returns specific participant
path Parameters
| id required | string Resource identifier |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "account-type": "provider",
- "audio-state": "muted",
- "connected-at": "string",
- "disconnected": true,
- "encounter-id": "86c14f05-0ac1-4a91-8b6d-1c18a4fe6a5b",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "note": "string",
- "status": "string",
- "twilio-channel-id": "6ad3493a-5982-4c40-9f9d-25e86ed650b6",
- "video-channel-id": "3faca7b7-df78-4ca1-a682-01efa1a03729"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-participants"
}, - "meta": { }
}Modify participant
Modify participant
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||
| |||||||||||||||
| meta | object | ||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "audio-state": "muted",
- "disconnected": true,
- "note": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-participants"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "account-type": "provider",
- "audio-state": "muted",
- "connected-at": "string",
- "disconnected": true,
- "encounter-id": "86c14f05-0ac1-4a91-8b6d-1c18a4fe6a5b",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-at": "string",
- "last-modified-by": "c1839b4f-ddea-43f0-abd3-607484b0170b",
- "note": "string",
- "status": "string",
- "twilio-channel-id": "6ad3493a-5982-4c40-9f9d-25e86ed650b6",
- "video-channel-id": "3faca7b7-df78-4ca1-a682-01efa1a03729"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-participants"
}, - "meta": { }
}/v1/voice-calls/
query Parameters
| setting-id required | string <uuid> |
| filter[from-user-id] | string <uuid> |
| filter[to-user-id] | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "answered-by": "string",
- "caller-name": "string",
- "created-at": "string",
- "duration": 0,
- "end-time": "string",
- "forwarded-from": "string",
- "from": "string",
- "from-user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "parent": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "start-time": "string",
- "status": "string",
- "to": "string",
- "to-user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "twilio-sid": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-calls"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "answered-by": "string",
- "caller-name": "string",
- "created-at": "string",
- "duration": 0,
- "end-time": "string",
- "forwarded-from": "string",
- "from": "string",
- "from-user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "parent": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "start-time": "string",
- "status": "string",
- "to": "string",
- "to-user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "twilio-sid": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-calls"
}, - "meta": { }
}/v1/voice-client-activities/
query Parameters
| setting-id required | string <uuid> |
| filter[name] | string <= 255 characters |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "client-state": "available",
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "display-name": {
- "en_US": "string",
- "es_US": "string"
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "name": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "ui-order": 0,
- "ui-selectable": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-client-activities"
}
], - "meta": { }
}/v1/voice-client-activities/
Request Body schema: application/json
required | object | ||||||||||||||||||||||||
| |||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "client-state": "available",
- "display-name": {
- "en_US": "string",
- "es_US": "string"
}, - "name": "string",
- "setting-id": "a0ee6ebf-94fa-4d8f-823a-5d7b27dc7691",
- "ui-order": 0,
- "ui-selectable": false
}, - "type": "voice-client-activities"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "client-state": "available",
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "display-name": {
- "en_US": "string",
- "es_US": "string"
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "name": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "ui-order": 0,
- "ui-selectable": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-client-activities"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "client-state": "available",
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "display-name": {
- "en_US": "string",
- "es_US": "string"
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "name": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "ui-order": 0,
- "ui-selectable": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-client-activities"
}, - "meta": { }
}/v1/voice-client-activities/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||||||||||||
| |||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "client-state": "available",
- "display-name": {
- "en_US": "string",
- "es_US": "string"
}, - "name": "string",
- "ui-order": 255,
- "ui-selectable": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-client-activities"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "client-state": "available",
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "display-name": {
- "en_US": "string",
- "es_US": "string"
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "name": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "ui-order": 0,
- "ui-selectable": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-client-activities"
}, - "meta": { }
}/v1/voice-conference-chunks/
query Parameters
| file-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "content-size": 0,
- "created-at": "string",
- "file": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "state": "created"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conference-chunks"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "content-size": 0,
- "created-at": "string",
- "file": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "state": "created"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conference-chunks"
}, - "meta": { }
}/v1/voice-conference-events/
query Parameters
| conference-id required | string <uuid> |
| filter[timestamp][gt] | string <datetime> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "conference": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "created-at": "string",
- "data": { },
- "participant": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "sequence": 0,
- "timestamp": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conference-events"
}
], - "meta": { }
}/v1/voice-conference-events/{id}/
path Parameters
| id required | string Resource identifier |
query Parameters
| individual-id | string <uuid> |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "conference": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "created-at": "string",
- "data": { },
- "participant": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "sequence": 0,
- "timestamp": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conference-events"
}, - "meta": { }
}/v1/voice-conference-files/
query Parameters
| conference-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "conference": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "content-size": 0,
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "status": "string",
- "timestamp": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conference-files"
}
], - "meta": { }
}/v1/voice-conference-files/
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "conference-id": "37351b34-b94e-4f38-96b4-3335c4e3c61e",
- "timestamp": "string",
- "type": "application/octet-stream"
}, - "type": "voice-conference-files"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "conference": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "content-size": 0,
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "status": "string",
- "timestamp": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conference-files"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "conference": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "content-size": 0,
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "status": "string",
- "timestamp": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conference-files"
}, - "meta": { }
}/v1/voice-conference-files/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "timestamp": "string",
- "type": "application/octet-stream"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conference-files"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "conference": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "content-size": 0,
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "status": "string",
- "timestamp": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conference-files"
}, - "meta": { }
}/v1/voice-conference-files/{id}/upload-chunk/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| index required | integer Sequence index ID of the chunk |
| last-chunk | boolean Whether this is the last chunk of the file stream |
Responses
Request samples
- Payload
{- "index": 0,
- "last-chunk": true
}Response samples
- 201
- 4XX
{- "expiration-time": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "upload-data": { },
- "upload-url": "string"
}/v1/voice-conference-participants/
query Parameters
| conference-id | string <uuid> |
| filter[user-id] | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
| setting-id | string <uuid> |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "conference": {
- "created-at": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-modified-at": "string",
- "participant-caller": {
- "external-id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string",
- "username": "string"
}, - "participant-target": {
- "external-id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string",
- "username": "string"
}, - "state": "string",
- "type": "string"
}, - "created-at": "string",
- "display-name": "string",
- "external-id": "string",
- "extra-digits": "string",
- "hold": true,
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-at": "string",
- "muted": true,
- "phone-number": "string",
- "role": "caller",
- "state": "cold-transfer",
- "transfer-mode": "",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conference-participants"
}
], - "meta": { }
}/v1/voice-conference-participants/
Request Body schema: application/json
required | object | ||||||||||||||||||||||
| |||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "conference-id": "37351b34-b94e-4f38-96b4-3335c4e3c61e",
- "external-id": "string",
- "extra-digits": "string",
- "mute": false,
- "phone-number": "string",
- "transfer-mode": "",
- "use-user-phone": false,
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "type": "voice-conference-participants"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "conference": {
- "created-at": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-modified-at": "string",
- "participant-caller": {
- "external-id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string",
- "username": "string"
}, - "participant-target": {
- "external-id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string",
- "username": "string"
}, - "state": "string",
- "type": "string"
}, - "created-at": "string",
- "display-name": "string",
- "external-id": "string",
- "extra-digits": "string",
- "hold": true,
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-at": "string",
- "muted": true,
- "phone-number": "string",
- "role": "caller",
- "state": "cold-transfer",
- "transfer-mode": "",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conference-participants"
}, - "meta": { }
}/v1/voice-conference-participants/{id}/
path Parameters
| id required | string Resource identifier |
query Parameters
| individual-id | string <uuid> |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "conference": {
- "created-at": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-modified-at": "string",
- "participant-caller": {
- "external-id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string",
- "username": "string"
}, - "participant-target": {
- "external-id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string",
- "username": "string"
}, - "state": "string",
- "type": "string"
}, - "created-at": "string",
- "display-name": "string",
- "external-id": "string",
- "extra-digits": "string",
- "hold": true,
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-at": "string",
- "muted": true,
- "phone-number": "string",
- "role": "caller",
- "state": "cold-transfer",
- "transfer-mode": "",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conference-participants"
}, - "meta": { }
}/v1/voice-conference-participants/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||
| |||||||||||||||
| meta | object | ||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "external-id": "string",
- "hold": true,
- "muted": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conference-participants"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "conference": {
- "created-at": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-modified-at": "string",
- "participant-caller": {
- "external-id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string",
- "username": "string"
}, - "participant-target": {
- "external-id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string",
- "username": "string"
}, - "state": "string",
- "type": "string"
}, - "created-at": "string",
- "display-name": "string",
- "external-id": "string",
- "extra-digits": "string",
- "hold": true,
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-modified-at": "string",
- "muted": true,
- "phone-number": "string",
- "role": "caller",
- "state": "cold-transfer",
- "transfer-mode": "",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conference-participants"
}, - "meta": { }
}/v1/voice-conferences/
query Parameters
| setting-id required | string <uuid> |
| filter[caller-id] | string <uuid> |
| filter[individual-id] | string <uuid> |
| filter[phone-number] | string <phonenumberE164_us> |
| filter[states] | Array of strings Items Enum: "completed" "created" "failed" "in-progress" |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "context-external-id": "string",
- "context-extras": { },
- "created-at": "string",
- "created-by": null,
- "last-modified-at": "string",
- "outgoing-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "participant-caller": {
- "external-id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string",
- "username": "string"
}, - "participant-target": {
- "external-id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "phone-number": "string",
- "username": "string"
}, - "recording": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "completed",
- "survey": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "survey-instance": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "twilio-sid": "string",
- "type": "extension"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conferences"
}
], - "meta": { }
}/v1/voice-conferences/
Request Body schema: application/json
required | object | ||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "auto-accept": true,
- "caller-id": "d9183792-3486-4a8e-bd3f-d1752069997a",
- "caller-jitter-buffer-size": "large",
- "context-external-id": "string",
- "context-extras": { },
- "extra-digits": "string",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "outgoing-number": "string",
- "participant-target-external-id": "string",
- "phone-number": "string",
- "provider-id": "056dcda2-c227-4fa6-94d9-6933ada74b09",
- "setting-id": "a0ee6ebf-94fa-4d8f-823a-5d7b27dc7691",
- "survey-id": "41d7b115-9c3b-4ccc-853d-7c646e7aa715",
- "transcribe": true,
- "use-caller-phone": false
}, - "type": "voice-conferences"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "context-external-id": "string",
- "context-extras": { },
- "created-at": "string",
- "created-by": null,
- "last-modified-at": "string",
- "outgoing-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "participant-caller": {
- "external-id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string",
- "username": "string"
}, - "participant-target": {
- "external-id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "phone-number": "string",
- "username": "string"
}, - "recording": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "completed",
- "survey": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "survey-instance": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "twilio-sid": "string",
- "type": "extension"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conferences"
}, - "meta": { }
}/v1/voice-conferences/{id}/
path Parameters
| id required | string Resource identifier |
query Parameters
| individual-id | string <uuid> |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "context-external-id": "string",
- "context-extras": { },
- "created-at": "string",
- "created-by": null,
- "last-modified-at": "string",
- "outgoing-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "participant-caller": {
- "external-id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string",
- "username": "string"
}, - "participant-target": {
- "external-id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "phone-number": "string",
- "username": "string"
}, - "recording": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "completed",
- "survey": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "survey-instance": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "twilio-sid": "string",
- "type": "extension"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-conferences"
}, - "meta": { }
}/v1/voice-conferences/{id}/event/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| property name* additional property | any |
Responses
Request samples
- Payload
{ }Response samples
- 4XX
{- "errors": [
- {
- "code": "string",
- "detail": "string",
- "meta": { },
- "source": {
- "parameter": "string",
- "pointer": "string"
}, - "status": 400
}
]
}/v1/voice-device-client-activity-logs/
query Parameters
| device-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "client-activity": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "client-activity-name": "string",
- "client-state": "string",
- "created-at": "string",
- "device": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "reason": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-device-client-activity-logs"
}
], - "meta": { }
}/v1/voice-device-client-activity-logs/{id}/
path Parameters
| id required | string Resource identifier |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "client-activity": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "client-activity-name": "string",
- "client-state": "string",
- "created-at": "string",
- "device": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "reason": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-device-client-activity-logs"
}, - "meta": { }
}/v1/voice-devices/
query Parameters
| setting-id required | string <uuid> |
| filter[user-id] | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "beacon": {
- "channel": "string",
- "version": "string"
}, - "client-activity": {
- "display-name": {
- "en_US": "string",
- "es_US": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "client-activity-last-set-at": "string",
- "client-state": "available",
- "created-at": "string",
- "expires-at": "string",
- "in-call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-active-at": "string",
- "last-modified-at": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "active",
- "token": "string",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "username": "string"
}, - "workers": [
- {
- "activity": {
- "availability": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
]
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-devices"
}
], - "meta": { }
}/v1/voice-devices/
Request Body schema: application/json
required | object | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "beacon": {
- "channel": "canary",
- "conference-id": "37351b34-b94e-4f38-96b4-3335c4e3c61e",
- "version": "string"
}, - "client-activity-id": "1f749a9c-9c28-4cee-89f7-b2e25f33c06d",
- "client-state": "available",
- "max-token-ttl": 60,
- "setting-id": "a0ee6ebf-94fa-4d8f-823a-5d7b27dc7691",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "type": "voice-devices"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "beacon": {
- "channel": "string",
- "version": "string"
}, - "client-activity": {
- "display-name": {
- "en_US": "string",
- "es_US": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "client-activity-last-set-at": "string",
- "client-state": "available",
- "created-at": "string",
- "expires-at": "string",
- "in-call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-active-at": "string",
- "last-modified-at": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "active",
- "token": "string",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "username": "string"
}, - "workers": [
- {
- "activity": {
- "availability": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
]
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-devices"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "beacon": {
- "channel": "string",
- "version": "string"
}, - "client-activity": {
- "display-name": {
- "en_US": "string",
- "es_US": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "client-activity-last-set-at": "string",
- "client-state": "available",
- "created-at": "string",
- "expires-at": "string",
- "in-call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-active-at": "string",
- "last-modified-at": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "active",
- "token": "string",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "username": "string"
}, - "workers": [
- {
- "activity": {
- "availability": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
]
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-devices"
}, - "meta": { }
}/v1/voice-devices/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "client-activity-id": "1f749a9c-9c28-4cee-89f7-b2e25f33c06d",
- "client-state": "available"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-devices"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "beacon": {
- "channel": "string",
- "version": "string"
}, - "client-activity": {
- "display-name": {
- "en_US": "string",
- "es_US": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "client-activity-last-set-at": "string",
- "client-state": "available",
- "created-at": "string",
- "expires-at": "string",
- "in-call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-active-at": "string",
- "last-modified-at": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "active",
- "token": "string",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "username": "string"
}, - "workers": [
- {
- "activity": {
- "availability": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
]
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-devices"
}, - "meta": { }
}/v1/voice-devices/{id}/check-in/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "beacon": {
- "channel": "string",
- "version": "string"
}, - "client-activity": {
- "display-name": {
- "en_US": "string",
- "es_US": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "client-activity-last-set-at": "string",
- "client-state": "available",
- "created-at": "string",
- "expires-at": "string",
- "in-call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-active-at": "string",
- "last-modified-at": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "active",
- "token": "string",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "username": "string"
}, - "workers": [
- {
- "activity": {
- "availability": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
]
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-devices"
}, - "meta": { }
}/v1/voice-devices/{id}/check-out/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| logged-out | boolean |
Responses
Request samples
- Payload
{- "logged-out": true
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "beacon": {
- "channel": "string",
- "version": "string"
}, - "client-activity": {
- "display-name": {
- "en_US": "string",
- "es_US": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "client-activity-last-set-at": "string",
- "client-state": "available",
- "created-at": "string",
- "expires-at": "string",
- "in-call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-active-at": "string",
- "last-modified-at": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "active",
- "token": "string",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "username": "string"
}, - "workers": [
- {
- "activity": {
- "availability": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
]
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-devices"
}, - "meta": { }
}/v1/voice-devices/{id}/refresh-token/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
object (JsBeacon) Optional Beacon client information for compatibility checks | |||||||
| |||||||
| max-token-ttl | integer [ 60 .. 3600 ] Advisory maximum TTL (in seconds) for the generated token. Only useful for debugging, as the default token TTL is longer than any value that may be set with this parameter. | ||||||
Responses
Request samples
- Payload
{- "beacon": {
- "channel": "canary",
- "conference-id": "37351b34-b94e-4f38-96b4-3335c4e3c61e",
- "version": "string"
}, - "max-token-ttl": 60
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "beacon": {
- "channel": "string",
- "version": "string"
}, - "client-activity": {
- "display-name": {
- "en_US": "string",
- "es_US": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "client-activity-last-set-at": "string",
- "client-state": "available",
- "created-at": "string",
- "expires-at": "string",
- "in-call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-active-at": "string",
- "last-modified-at": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "active",
- "token": "string",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "username": "string"
}, - "workers": [
- {
- "activity": {
- "availability": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
]
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-devices"
}, - "meta": { }
}/v1/voice-flow-events/
query Parameters
| flow-id required | string <uuid> |
| filter[execution-id] | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "data": { },
- "execution": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "flow": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "source": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-flow-events"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "data": { },
- "execution": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "flow": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "source": "string",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-flow-events"
}, - "meta": { }
}/v1/voice-flow-executions/
query Parameters
| flow-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "call": {
- "id": "string"
}, - "contact-channel-address": "string",
- "context": { },
- "created-at": "string",
- "flow": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "status": "active",
- "twilio-sid": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-flow-executions"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "call": {
- "id": "string"
}, - "contact-channel-address": "string",
- "context": { },
- "created-at": "string",
- "flow": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "status": "active",
- "twilio-sid": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-flow-executions"
}, - "meta": { }
}/v1/voice-flows/
query Parameters
| setting-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "definition": { },
- "last-error": "string",
- "last-modified-at": "string",
- "name": "string",
- "phones": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string"
}
], - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "created",
- "twilio-sid": "string",
- "variables": { },
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-flows"
}
], - "meta": { }
}/v1/voice-flows/
Request Body schema: application/json
required | object | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "definition": { },
- "name": "string",
- "setting-id": "a0ee6ebf-94fa-4d8f-823a-5d7b27dc7691",
- "variables": {
- "internal.call-twiml": {
- "to_extensions": { }
}, - "internal.incoming-greeting": {
- "default_message": {
- "say": "string"
}, - "greetings": [
- {
- "language": "en-US",
- "say": "string"
}
], - "override_message_by_to_number": { }
}, - "internal.incoming-greeting-gather": {
- "digits": {
- "default": {
- "language": "english"
}
}
}
}, - "workspace-id": "194ef0bc-9df3-4472-9b51-dcf4d8fa1cea"
}, - "type": "voice-flows"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "definition": { },
- "last-error": "string",
- "last-modified-at": "string",
- "name": "string",
- "phones": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string"
}
], - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "created",
- "twilio-sid": "string",
- "variables": { },
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-flows"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "definition": { },
- "last-error": "string",
- "last-modified-at": "string",
- "name": "string",
- "phones": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string"
}
], - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "created",
- "twilio-sid": "string",
- "variables": { },
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-flows"
}, - "meta": { }
}/v1/voice-flows/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "definition": { },
- "name": "string",
- "publish": true,
- "variables": {
- "internal.call-twiml": {
- "to_extensions": { }
}, - "internal.incoming-greeting": {
- "default_message": {
- "say": "string"
}, - "greetings": [
- {
- "language": "en-US",
- "say": "string"
}
], - "override_message_by_to_number": { }
}, - "internal.incoming-greeting-gather": {
- "digits": {
- "default": {
- "language": "english"
}
}
}
}, - "workspace-id": "194ef0bc-9df3-4472-9b51-dcf4d8fa1cea"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-flows"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "definition": { },
- "last-error": "string",
- "last-modified-at": "string",
- "name": "string",
- "phones": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string"
}
], - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "created",
- "twilio-sid": "string",
- "variables": { },
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-flows"
}, - "meta": { }
}/v1/voice-flows/{id}/associate-number/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| phone-id required | string <uuid> |
Responses
Request samples
- Payload
{- "phone-id": "d8f11fc7-5096-4a67-9227-655487c48cec"
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "definition": { },
- "last-error": "string",
- "last-modified-at": "string",
- "name": "string",
- "phones": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string"
}
], - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "created",
- "twilio-sid": "string",
- "variables": { },
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-flows"
}, - "meta": { }
}/v1/voice-flows/{id}/disassociate-number/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| phone-id required | string <uuid> |
Responses
Request samples
- Payload
{- "phone-id": "d8f11fc7-5096-4a67-9227-655487c48cec"
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "definition": { },
- "last-error": "string",
- "last-modified-at": "string",
- "name": "string",
- "phones": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string"
}
], - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "created",
- "twilio-sid": "string",
- "variables": { },
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-flows"
}, - "meta": { }
}/v1/voice-flows/{id}/event/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| property name* additional property | any |
Responses
Request samples
- Payload
{ }Response samples
- 4XX
{- "errors": [
- {
- "code": "string",
- "detail": "string",
- "meta": { },
- "source": {
- "parameter": "string",
- "pointer": "string"
}, - "status": 400
}
]
}/v1/voice-flows/{id}/sync/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
{- "data": {
- "attributes": {
- "created-at": "string",
- "definition": { },
- "last-error": "string",
- "last-modified-at": "string",
- "name": "string",
- "phones": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-number": "string"
}
], - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "created",
- "twilio-sid": "string",
- "variables": { },
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-flows"
}, - "meta": { }
}/v1/voice-insights-call-summaries/
query Parameters
| conference-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "account-sid": "string",
- "annotation": { },
- "answered-by": "string",
- "attributes": { },
- "call-id": "19b3153e-09e5-40c5-8394-9bb42ff64302",
- "call-sid": "string",
- "call-state": "string",
- "call-type": "string",
- "carrier-edge": { },
- "client-edge": { },
- "connect-duration": 0,
- "created-at": "string",
- "created-time": "string",
- "duration": 0,
- "end-time": "string",
- "from": { },
- "last-modified-at": "string",
- "processing-state": "string",
- "properties": { },
- "sdk-edge": { },
- "sip-edge": { },
- "start-time": "string",
- "tags": [
- "string"
], - "to": { },
- "trust": { },
- "url": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-insights-call-summaries"
}
], - "meta": { }
}/v1/voice-insights-call-summaries/{id}/
path Parameters
| id required | string Resource identifier |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "account-sid": "string",
- "annotation": { },
- "answered-by": "string",
- "attributes": { },
- "call-id": "19b3153e-09e5-40c5-8394-9bb42ff64302",
- "call-sid": "string",
- "call-state": "string",
- "call-type": "string",
- "carrier-edge": { },
- "client-edge": { },
- "connect-duration": 0,
- "created-at": "string",
- "created-time": "string",
- "duration": 0,
- "end-time": "string",
- "from": { },
- "last-modified-at": "string",
- "processing-state": "string",
- "properties": { },
- "sdk-edge": { },
- "sip-edge": { },
- "start-time": "string",
- "tags": [
- "string"
], - "to": { },
- "trust": { },
- "url": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-insights-call-summaries"
}, - "meta": { }
}/v1/voice-insights-conference-participant-summaries/
query Parameters
| conference-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "account-sid": "string",
- "call-direction": "string",
- "call-sid": "string",
- "call-status": "string",
- "call-type": "string",
- "coached-participants": [
- "string"
], - "conference-id": "37351b34-b94e-4f38-96b4-3335c4e3c61e",
- "conference-region": "string",
- "conference-sid": "string",
- "country-code": "string",
- "created-at": "string",
- "duration-seconds": 0,
- "events": { },
- "from": "string",
- "is-coach": true,
- "is-moderator": true,
- "jitter-buffer-size": "string",
- "join-time": "string",
- "label": "string",
- "last-modified-at": "string",
- "leave-time": "string",
- "metrics": { },
- "outbound-queue-length": 0,
- "outbound-time-in-queue": 0,
- "participant-id": "81a1facc-99f4-46d3-b807-836df366b4d5",
- "participant-region": "string",
- "participant-sid": "string",
- "processing-state": "string",
- "properties": { },
- "to": "string",
- "url": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-insights-conference-participant-summaries"
}
], - "meta": { }
}/v1/voice-insights-conference-participant-summaries/{id}/
path Parameters
| id required | string Resource identifier |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "account-sid": "string",
- "call-direction": "string",
- "call-sid": "string",
- "call-status": "string",
- "call-type": "string",
- "coached-participants": [
- "string"
], - "conference-id": "37351b34-b94e-4f38-96b4-3335c4e3c61e",
- "conference-region": "string",
- "conference-sid": "string",
- "country-code": "string",
- "created-at": "string",
- "duration-seconds": 0,
- "events": { },
- "from": "string",
- "is-coach": true,
- "is-moderator": true,
- "jitter-buffer-size": "string",
- "join-time": "string",
- "label": "string",
- "last-modified-at": "string",
- "leave-time": "string",
- "metrics": { },
- "outbound-queue-length": 0,
- "outbound-time-in-queue": 0,
- "participant-id": "81a1facc-99f4-46d3-b807-836df366b4d5",
- "participant-region": "string",
- "participant-sid": "string",
- "processing-state": "string",
- "properties": { },
- "to": "string",
- "url": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-insights-conference-participant-summaries"
}, - "meta": { }
}/v1/voice-insights-conference-summaries/
query Parameters
| conference-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "account-sid": "string",
- "conference-id": "37351b34-b94e-4f38-96b4-3335c4e3c61e",
- "conference-sid": "string",
- "connect-duration-seconds": 0,
- "create-time": "string",
- "created-at": "string",
- "detected-issues": { },
- "duration-seconds": 0,
- "end-reason": "string",
- "end-time": "string",
- "ended-by": "string",
- "friendly-name": "string",
- "last-modified-at": "string",
- "links": { },
- "max-concurrent-participants": 0,
- "max-participants": 0,
- "mixer-region": "string",
- "mixer-region-requested": "string",
- "processing-state": "string",
- "recording-enabled": true,
- "start-time": "string",
- "status": "string",
- "tag-info": { },
- "tags": [
- "string"
], - "unique-participants": 0,
- "url": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-insights-conference-summaries"
}
], - "meta": { }
}/v1/voice-insights-conference-summaries/{id}/
path Parameters
| id required | string Resource identifier |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "account-sid": "string",
- "conference-id": "37351b34-b94e-4f38-96b4-3335c4e3c61e",
- "conference-sid": "string",
- "connect-duration-seconds": 0,
- "create-time": "string",
- "created-at": "string",
- "detected-issues": { },
- "duration-seconds": 0,
- "end-reason": "string",
- "end-time": "string",
- "ended-by": "string",
- "friendly-name": "string",
- "last-modified-at": "string",
- "links": { },
- "max-concurrent-participants": 0,
- "max-participants": 0,
- "mixer-region": "string",
- "mixer-region-requested": "string",
- "processing-state": "string",
- "recording-enabled": true,
- "start-time": "string",
- "status": "string",
- "tag-info": { },
- "tags": [
- "string"
], - "unique-participants": 0,
- "url": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-insights-conference-summaries"
}, - "meta": { }
}/v1/voice-insights-conference-syncs/
query Parameters
| conference-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "conference-id": "37351b34-b94e-4f38-96b4-3335c4e3c61e",
- "created-at": "string",
- "due-at": "string",
- "error": "string",
- "last-modified-at": "string",
- "reschedule-count": 0,
- "status": "completed"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-insights-conference-syncs"
}
], - "meta": { }
}/v1/voice-insights-conference-syncs/{id}/
path Parameters
| id required | string Resource identifier |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "conference-id": "37351b34-b94e-4f38-96b4-3335c4e3c61e",
- "created-at": "string",
- "due-at": "string",
- "error": "string",
- "last-modified-at": "string",
- "reschedule-count": 0,
- "status": "completed"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-insights-conference-syncs"
}, - "meta": { }
}/v1/voice-mail-greetings/
query Parameters
| setting-id required | string <uuid> |
| user-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "greeting": {
- "en_US": {
- "locale": "en_US",
- "say": "string"
}, - "es_US": {
- "locale": "en_US",
- "say": "string"
}
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-mail-greetings"
}
], - "meta": { }
}/v1/voice-mail-greetings/
Request Body schema: application/json
required | object | ||||||||||||||||||
| |||||||||||||||||||
| meta | object | ||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "greeting": {
- "en_US": {
- "locale": "en_US",
- "say": "string"
}, - "es_US": {
- "locale": "en_US",
- "say": "string"
}
}, - "setting-id": "a0ee6ebf-94fa-4d8f-823a-5d7b27dc7691",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "type": "voice-mail-greetings"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "greeting": {
- "en_US": {
- "locale": "en_US",
- "say": "string"
}, - "es_US": {
- "locale": "en_US",
- "say": "string"
}
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-mail-greetings"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "greeting": {
- "en_US": {
- "locale": "en_US",
- "say": "string"
}, - "es_US": {
- "locale": "en_US",
- "say": "string"
}
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-mail-greetings"
}, - "meta": { }
}/v1/voice-mail-greetings/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||||
| |||||||||||||||||
| meta | object | ||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "greeting": {
- "en_US": {
- "locale": "en_US",
- "say": "string"
}, - "es_US": {
- "locale": "en_US",
- "say": "string"
}
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-mail-greetings"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "greeting": {
- "en_US": {
- "locale": "en_US",
- "say": "string"
}, - "es_US": {
- "locale": "en_US",
- "say": "string"
}
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-mail-greetings"
}, - "meta": { }
}/v1/voice-mails/
query Parameters
| setting-id required | string <uuid> |
| filter[from-number] | string <phonenumberE164_us> |
| filter[owner-id] | string <uuid> (Owner User ID Filter) Required to be the caller ID unless caller is an org admin |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "from-number": "string",
- "last-modified-at": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "recipient-email": "user@example.com",
- "recording": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-mails"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "from-number": "string",
- "last-modified-at": "string",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "recipient-email": "user@example.com",
- "recording": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-mails"
}, - "meta": { }
}/v1/voice-outgoing-numbers/
query Parameters
| setting-id required | string <uuid> |
| filter[name] | string <= 255 characters |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "display-name": "string",
- "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "name": "string",
- "phone-number": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-outgoing-numbers"
}
], - "meta": { }
}/v1/voice-outgoing-numbers/
Request Body schema: application/json
required | object | ||||||||||||||
| |||||||||||||||
| meta | object | ||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "display-name": "string",
- "name": "string",
- "phone-number": "string",
- "setting-id": "a0ee6ebf-94fa-4d8f-823a-5d7b27dc7691"
}, - "type": "voice-outgoing-numbers"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "display-name": "string",
- "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "name": "string",
- "phone-number": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-outgoing-numbers"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "display-name": "string",
- "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "name": "string",
- "phone-number": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-outgoing-numbers"
}, - "meta": { }
}/v1/voice-outgoing-numbers/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "display-name": "string",
- "name": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-outgoing-numbers"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "display-name": "string",
- "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "name": "string",
- "phone-number": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-outgoing-numbers"
}, - "meta": { }
}/v1/voice-phone-book-entries/
query Parameters
| setting-id required | string <uuid> |
| filter[extension] | string [ 1 .. 5 ] characters ^[0-9]+$ |
| filter[user-id] | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "description": "string",
- "extension": "string",
- "extra-digits": "string",
- "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "phone-number": "string",
- "preference": "device",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "user": {
- "display-name": "string",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "primary-individual-id": "4c922cd3-2683-4eaf-b5cb-530a86ddef19"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-phone-book-entries"
}
], - "meta": { }
}/v1/voice-phone-book-entries/
Request Body schema: application/json
required | object | ||||||||||||||||||||||
| |||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "auto-extension": false,
- "description": "string",
- "extension": "strin",
- "extra-digits": "string",
- "phone-number": "string",
- "preference": "device",
- "setting-id": "a0ee6ebf-94fa-4d8f-823a-5d7b27dc7691",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "type": "voice-phone-book-entries"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "description": "string",
- "extension": "string",
- "extra-digits": "string",
- "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "phone-number": "string",
- "preference": "device",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "user": {
- "display-name": "string",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "primary-individual-id": "4c922cd3-2683-4eaf-b5cb-530a86ddef19"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-phone-book-entries"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "description": "string",
- "extension": "string",
- "extra-digits": "string",
- "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "phone-number": "string",
- "preference": "device",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "user": {
- "display-name": "string",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "primary-individual-id": "4c922cd3-2683-4eaf-b5cb-530a86ddef19"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-phone-book-entries"
}, - "meta": { }
}/v1/voice-phone-book-entries/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||||
| |||||||||||||||||
| meta | object | ||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "description": "string",
- "extension": "strin",
- "extra-digits": "string",
- "preference": "device"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-phone-book-entries"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "description": "string",
- "extension": "string",
- "extra-digits": "string",
- "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "phone-number": "string",
- "preference": "device",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "user": {
- "display-name": "string",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "primary-individual-id": "4c922cd3-2683-4eaf-b5cb-530a86ddef19"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-phone-book-entries"
}, - "meta": { }
}/v1/voice-recordings/
query Parameters
| setting-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "created-at": "string",
- "download-count": 0,
- "duration": 0,
- "last-modified-at": "string",
- "setting-id": "a0ee6ebf-94fa-4d8f-823a-5d7b27dc7691",
- "state": "string",
- "transcription": "string",
- "voicemail": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-recordings"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "created-at": "string",
- "download-count": 0,
- "duration": 0,
- "last-modified-at": "string",
- "setting-id": "a0ee6ebf-94fa-4d8f-823a-5d7b27dc7691",
- "state": "string",
- "transcription": "string",
- "voicemail": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-recordings"
}, - "meta": { }
}/v1/voice-recordings/{id}/event/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| property name* additional property | any |
Responses
Request samples
- Payload
{ }Response samples
- 4XX
{- "errors": [
- {
- "code": "string",
- "detail": "string",
- "meta": { },
- "source": {
- "parameter": "string",
- "pointer": "string"
}, - "status": 400
}
]
}/v1/voice-settings/
query Parameters
| organization-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "account-id": "06445b97-b169-4ddb-9154-86962ba5d421",
- "created-at": "string",
- "default-voice": "string",
- "default-voice-spanish": "string",
- "forward-number": "string",
- "last-modified-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "phone-number": "string",
- "recording-enabled": true,
- "recording-message": "string",
- "wait-message": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-settings"
}
], - "meta": { }
}/v1/voice-settings/
Request Body schema: application/json
required | object | ||||||||||
| |||||||||||
| meta | object | ||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "account-id": "06445b97-b169-4ddb-9154-86962ba5d421",
- "phone-number": "string"
}, - "type": "voice-settings"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "account-id": "06445b97-b169-4ddb-9154-86962ba5d421",
- "created-at": "string",
- "default-voice": "string",
- "default-voice-spanish": "string",
- "forward-number": "string",
- "last-modified-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "phone-number": "string",
- "recording-enabled": true,
- "recording-message": "string",
- "wait-message": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-settings"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "account-id": "06445b97-b169-4ddb-9154-86962ba5d421",
- "created-at": "string",
- "default-voice": "string",
- "default-voice-spanish": "string",
- "forward-number": "string",
- "last-modified-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "phone-number": "string",
- "recording-enabled": true,
- "recording-message": "string",
- "wait-message": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-settings"
}, - "meta": { }
}/v1/voice-settings/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||
| |||||||||||
| meta | object | ||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "phone-number": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-settings"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "account-id": "06445b97-b169-4ddb-9154-86962ba5d421",
- "created-at": "string",
- "default-voice": "string",
- "default-voice-spanish": "string",
- "forward-number": "string",
- "last-modified-at": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "phone-number": "string",
- "recording-enabled": true,
- "recording-message": "string",
- "wait-message": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-settings"
}, - "meta": { }
}/v1/voice-settings/{id}/event/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| property name* additional property | any |
Responses
Request samples
- Payload
{ }Response samples
- 4XX
{- "errors": [
- {
- "code": "string",
- "detail": "string",
- "meta": { },
- "source": {
- "parameter": "string",
- "pointer": "string"
}, - "status": 400
}
]
}Returns survey-instances
Returns survey-instances
query Parameters
| version-id required | string <uuid> |
| filter[call-id] | string <uuid> |
| filter[conference-id] | string <uuid> |
| filter[participant-id] | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "individual": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "participant": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "string",
- "version": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-survey-instances"
}
], - "meta": { }
}Creates a new survey instance
Creates a new survey instance
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "participant-id": "81a1facc-99f4-46d3-b807-836df366b4d5",
- "survey-id": "41d7b115-9c3b-4ccc-853d-7c646e7aa715",
- "version-id": "95c39692-1df2-44dd-a319-98a4ea578acf"
}, - "type": "voice-survey-instances"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "individual": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "participant": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "string",
- "version": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-survey-instances"
}, - "meta": { }
}Returns specific survey instance
Returns specific survey instance
path Parameters
| id required | string Resource identifier |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "individual": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "participant": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "string",
- "version": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-survey-instances"
}, - "meta": { }
}/v1/voice-survey-logs/
query Parameters
| instance-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "answer": "string",
- "created-at": "string",
- "data": { },
- "state": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-survey-logs"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "answer": "string",
- "created-at": "string",
- "data": { },
- "state": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-survey-logs"
}, - "meta": { }
}Returns surveys
Returns surveys
query Parameters
| survey-id required | string <uuid> |
| filter[name] | string <= 255 characters |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "name": "string",
- "spec": { },
- "survey": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-survey-versions"
}
], - "meta": { }
}Creates a new survey version
Creates a new survey version
Request Body schema: application/json
required | object | ||||||||||||||
| |||||||||||||||
| meta | object | ||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "default": false,
- "name": "string",
- "spec": { },
- "survey-id": "41d7b115-9c3b-4ccc-853d-7c646e7aa715"
}, - "type": "voice-survey-versions"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "name": "string",
- "spec": { },
- "survey": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-survey-versions"
}, - "meta": { }
}Returns specific survey
Returns specific survey
path Parameters
| id required | string Resource identifier |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "name": "string",
- "spec": { },
- "survey": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-survey-versions"
}, - "meta": { }
}Returns surveys
Returns surveys
query Parameters
| setting-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "default-version": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "name": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-surveys"
}
], - "meta": { }
}Creates a new survey
Creates a new survey
Request Body schema: application/json
required | object | ||||||||||
| |||||||||||
| meta | object | ||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "name": "string",
- "setting-id": "a0ee6ebf-94fa-4d8f-823a-5d7b27dc7691"
}, - "type": "voice-surveys"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "default-version": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "name": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-surveys"
}, - "meta": { }
}Returns specific survey
Returns specific survey
path Parameters
| id required | string Resource identifier |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "default-version": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "last-modified-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "name": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-surveys"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "error-message": "string",
- "kwargs": { },
- "method": "string",
- "result": { },
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "state": "completed"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-tasks"
}, - "meta": { }
}/v1/voice-transcription-logs/
query Parameters
| transcription-id required | string <uuid> |
| filter[sequence][gt] | integer |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "content": "string",
- "created-at": "string",
- "sequence": 0,
- "stability": "string",
- "timestamp": "string",
- "track": "inbound",
- "transcription": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-transcription-logs"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "content": "string",
- "created-at": "string",
- "sequence": 0,
- "stability": "string",
- "timestamp": "string",
- "track": "inbound",
- "transcription": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-transcription-logs"
}, - "meta": { }
}/v1/voice-transcriptions/
query Parameters
| setting-id required | string <uuid> |
| filter[conference-id] | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "conference": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "content": { },
- "created-at": "string",
- "last-modified-at": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-transcriptions"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "call": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "conference": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "content": { },
- "created-at": "string",
- "last-modified-at": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-transcriptions"
}, - "meta": { }
}/v1/voice-user-outgoing-numbers/
query Parameters
| setting-id required | string <uuid> |
| filter[outgoing-number-id] | string <uuid> |
| filter[user-id] | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "outgoing-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-user-outgoing-numbers"
}
], - "meta": { }
}/v1/voice-user-outgoing-numbers/
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "outgoing-number-id": "dfad5769-7a7a-490b-8099-b423c6d221bd",
- "setting-id": "a0ee6ebf-94fa-4d8f-823a-5d7b27dc7691",
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
}, - "type": "voice-user-outgoing-numbers"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "outgoing-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-user-outgoing-numbers"
}, - "meta": { }
}/v1/voice-workspace-activities/
query Parameters
| workspace-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "availability": true,
- "created-at": "string",
- "last-modified-at": "string",
- "name": "string",
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-activities"
}
], - "meta": { }
}/v1/voice-workspace-activities/
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "availability": true,
- "name": "string",
- "workspace-id": "194ef0bc-9df3-4472-9b51-dcf4d8fa1cea"
}, - "type": "voice-workspace-activities"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "availability": true,
- "created-at": "string",
- "last-modified-at": "string",
- "name": "string",
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-activities"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "availability": true,
- "created-at": "string",
- "last-modified-at": "string",
- "name": "string",
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-activities"
}, - "meta": { }
}/v1/voice-workspace-activities/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||
| |||||||||||
| meta | object | ||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "name": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-activities"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "availability": true,
- "created-at": "string",
- "last-modified-at": "string",
- "name": "string",
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-activities"
}, - "meta": { }
}/v1/voice-workspace-events/
query Parameters
| workspace-id required | string <uuid> |
| filter[queue-id] | string <uuid> |
| filter[worker-id] | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "data": { },
- "event-id": "string",
- "event-type": "string",
- "queue": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "worker": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-events"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "data": { },
- "event-id": "string",
- "event-type": "string",
- "queue": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "worker": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-events"
}, - "meta": { }
}/v1/voice-workspace-queues/
query Parameters
| workspace-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "assignment-activity": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "created-at": "string",
- "last-modified-at": "string",
- "last-stats-update": "string",
- "matching-workers": {
- "sids": [
- "string"
]
}, - "max-reserved-workers": 0,
- "name": "string",
- "reservation-activity": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "statistics": { },
- "target-worker-expression": "string",
- "task-order": "FIFO",
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-queues"
}
], - "meta": { }
}/v1/voice-workspace-queues/
Request Body schema: application/json
required | object | ||||||||||||||||
| |||||||||||||||||
| meta | object | ||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "assignment-activity-id": "45e6447b-9fcd-432c-b5d1-5bbfea1a2401",
- "name": "string",
- "reservation-activity-id": "b6db1209-b94c-440e-9cee-2f26d826535d",
- "target-worker-expression": "string",
- "workspace-id": "194ef0bc-9df3-4472-9b51-dcf4d8fa1cea"
}, - "type": "voice-workspace-queues"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "assignment-activity": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "created-at": "string",
- "last-modified-at": "string",
- "last-stats-update": "string",
- "matching-workers": {
- "sids": [
- "string"
]
}, - "max-reserved-workers": 0,
- "name": "string",
- "reservation-activity": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "statistics": { },
- "target-worker-expression": "string",
- "task-order": "FIFO",
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-queues"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "assignment-activity": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "created-at": "string",
- "last-modified-at": "string",
- "last-stats-update": "string",
- "matching-workers": {
- "sids": [
- "string"
]
}, - "max-reserved-workers": 0,
- "name": "string",
- "reservation-activity": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "statistics": { },
- "target-worker-expression": "string",
- "task-order": "FIFO",
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-queues"
}, - "meta": { }
}/v1/voice-workspace-queues/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||||||||
| |||||||||||||||||||||
| meta | object | ||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "assignment-activity-id": "45e6447b-9fcd-432c-b5d1-5bbfea1a2401",
- "max-reserved-workers": 0,
- "name": "string",
- "reservation-activity-id": "b6db1209-b94c-440e-9cee-2f26d826535d",
- "target-worker-expression": "string",
- "task-order": "FIFO"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-queues"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "assignment-activity": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "created-at": "string",
- "last-modified-at": "string",
- "last-stats-update": "string",
- "matching-workers": {
- "sids": [
- "string"
]
}, - "max-reserved-workers": 0,
- "name": "string",
- "reservation-activity": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "statistics": { },
- "target-worker-expression": "string",
- "task-order": "FIFO",
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-queues"
}, - "meta": { }
}/v1/voice-workspace-queues/{id}/sync/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| minimum-since-last-stats-update | integer >= 10 Default: 10 Minimum seconds since last stats update to trigger a new update |
Responses
Request samples
- Payload
{- "minimum-since-last-stats-update": 10
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "assignment-activity": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "created-at": "string",
- "last-modified-at": "string",
- "last-stats-update": "string",
- "matching-workers": {
- "sids": [
- "string"
]
}, - "max-reserved-workers": 0,
- "name": "string",
- "reservation-activity": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "statistics": { },
- "target-worker-expression": "string",
- "task-order": "FIFO",
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-queues"
}, - "meta": {
- "since-last-stats-update": 0,
- "status": "recent-last-stats-update",
- "task-id": "string"
}
}/v1/voice-workspace-reservations/
query Parameters
| workspace-id required | string <uuid> |
| filter[task-id] | string <uuid> |
| filter[worker-id] | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "conference-id": "37351b34-b94e-4f38-96b4-3335c4e3c61e",
- "created-at": "string",
- "last-modified-at": "string",
- "status": "string",
- "task": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "twilio-sid": "string",
- "worker": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-reservations"
}
], - "meta": { }
}/v1/voice-workspace-reservations/{id}/
path Parameters
| id required | string Resource identifier |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "conference-id": "37351b34-b94e-4f38-96b4-3335c4e3c61e",
- "created-at": "string",
- "last-modified-at": "string",
- "status": "string",
- "task": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "twilio-sid": "string",
- "worker": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-reservations"
}, - "meta": { }
}/v1/voice-workspace-tasks/
query Parameters
| workspace-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "age": 0,
- "assignment-status": "string",
- "attributes": { },
- "created-at": "string",
- "last-modified-at": "string",
- "priority": 0,
- "queue": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sync-state": "",
- "timeout": 0,
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-tasks"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "age": 0,
- "assignment-status": "string",
- "attributes": { },
- "created-at": "string",
- "last-modified-at": "string",
- "priority": 0,
- "queue": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sync-state": "",
- "timeout": 0,
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-tasks"
}, - "meta": { }
}/v1/voice-workspace-tasks/{id}/close/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| reason required | string <= 255 characters |
| status required | string Enum: "canceled" "completed" |
Responses
Request samples
- Payload
{- "reason": "string",
- "status": "canceled"
}Response samples
- 201
{- "data": {
- "attributes": {
- "age": 0,
- "assignment-status": "string",
- "attributes": { },
- "created-at": "string",
- "last-modified-at": "string",
- "priority": 0,
- "queue": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sync-state": "",
- "timeout": 0,
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-tasks"
}, - "meta": { }
}/v1/voice-workspace-tasks/{id}/sync/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
Responses
Request samples
- Payload
{ }Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "age": 0,
- "assignment-status": "string",
- "attributes": { },
- "created-at": "string",
- "last-modified-at": "string",
- "priority": 0,
- "queue": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sync-state": "",
- "timeout": 0,
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-tasks"
}, - "meta": { }
}/v1/voice-workspace-worker-queues/
query Parameters
| workspace-id required | string <uuid> |
| filter[queue-id] | string <uuid> |
| filter[worker-id] | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "queue": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "worker": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-worker-queues"
}
], - "meta": { }
}/v1/voice-workspace-worker-queues/
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "queue-id": "d66a200a-0296-4eeb-94e3-9bb04b74d270",
- "worker-id": "cab12fcb-66ac-4ca1-948d-1a7bbc6dacdd",
- "workspace-id": "194ef0bc-9df3-4472-9b51-dcf4d8fa1cea"
}, - "type": "voice-workspace-worker-queues"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "queue": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "worker": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-worker-queues"
}, - "meta": { }
}/v1/voice-workspace-workers/
query Parameters
| workspace-id required | string <uuid> |
| filter[name] | string <= 255 characters |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "activity": {
- "availability": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "attributes": { },
- "auto-complete": true,
- "created-at": "string",
- "last-modified-at": "string",
- "name": "string",
- "order": 0,
- "twilio-sid": "string",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-workers"
}
], - "meta": { }
}/v1/voice-workspace-workers/
Request Body schema: application/json
required | object | ||||||||||||||||
| |||||||||||||||||
| meta | object | ||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "attributes": { },
- "auto-complete": true,
- "order": 0,
- "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad",
- "workspace-id": "194ef0bc-9df3-4472-9b51-dcf4d8fa1cea"
}, - "type": "voice-workspace-workers"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "activity": {
- "availability": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "attributes": { },
- "auto-complete": true,
- "created-at": "string",
- "last-modified-at": "string",
- "name": "string",
- "order": 0,
- "twilio-sid": "string",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-workers"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "activity": {
- "availability": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "attributes": { },
- "auto-complete": true,
- "created-at": "string",
- "last-modified-at": "string",
- "name": "string",
- "order": 0,
- "twilio-sid": "string",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-workers"
}, - "meta": { }
}/v1/voice-workspace-workers/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||||
| |||||||||||||||||
| meta | object | ||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "activity-id": "941be79e-9118-40d8-befa-e75f20f4769b",
- "attributes": { },
- "auto-complete": true,
- "order": 0
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-workers"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "activity": {
- "availability": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "attributes": { },
- "auto-complete": true,
- "created-at": "string",
- "last-modified-at": "string",
- "name": "string",
- "order": 0,
- "twilio-sid": "string",
- "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-workers"
}, - "meta": { }
}/v1/voice-workspace-workflows/
query Parameters
| workspace-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "configuration": { },
- "created-at": "string",
- "default-task-queue": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "name": "string",
- "task-reservation-timeout": 0,
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-workflows"
}
], - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "configuration": { },
- "created-at": "string",
- "default-task-queue": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "name": "string",
- "task-reservation-timeout": 0,
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-workflows"
}, - "meta": { }
}/v1/voice-workspace-workflows/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||
| |||||||||||
| meta | object | ||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "configuration": { }
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-workflows"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "configuration": { },
- "created-at": "string",
- "default-task-queue": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "last-modified-at": "string",
- "name": "string",
- "task-reservation-timeout": 0,
- "twilio-sid": "string",
- "workspace": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspace-workflows"
}, - "meta": { }
}/v1/voice-workspace-workflows/{id}/assign/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| property name* additional property | any |
Responses
Request samples
- Payload
{ }Response samples
- 4XX
{- "errors": [
- {
- "code": "string",
- "detail": "string",
- "meta": { },
- "source": {
- "parameter": "string",
- "pointer": "string"
}, - "status": 400
}
]
}/v1/voice-workspace-workflows/{id}/status/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| property name* additional property | any |
Responses
Request samples
- Payload
{ }Response samples
- 4XX
{- "errors": [
- {
- "code": "string",
- "detail": "string",
- "meta": { },
- "source": {
- "parameter": "string",
- "pointer": "string"
}, - "status": 400
}
]
}/v1/voice-workspaces/
query Parameters
| setting-id required | string <uuid> |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "created-at": "string",
- "last-modified-at": "string",
- "multi-task-enabled": true,
- "name": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "twilio-sid": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspaces"
}
], - "meta": { }
}/v1/voice-workspaces/
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "multi-task-enabled": true,
- "name": "string",
- "setting-id": "a0ee6ebf-94fa-4d8f-823a-5d7b27dc7691"
}, - "type": "voice-workspaces"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "last-modified-at": "string",
- "multi-task-enabled": true,
- "name": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "twilio-sid": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspaces"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "last-modified-at": "string",
- "multi-task-enabled": true,
- "name": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "twilio-sid": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspaces"
}, - "meta": { }
}/v1/voice-workspaces/{id}/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||
| |||||||||||||
| meta | object | ||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "multi-task-enabled": true,
- "name": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspaces"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "created-at": "string",
- "last-modified-at": "string",
- "multi-task-enabled": true,
- "name": "string",
- "setting": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "twilio-sid": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "voice-workspaces"
}, - "meta": { }
}/v1/voice-workspaces/{id}/event/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| property name* additional property | any |
Responses
Request samples
- Payload
{ }Response samples
- 4XX
{- "errors": [
- {
- "code": "string",
- "detail": "string",
- "meta": { },
- "source": {
- "parameter": "string",
- "pointer": "string"
}, - "status": 400
}
]
}Returns channels
Returns channels
query Parameters
| organization-id required | string <uuid> |
| subscriber-individual-id required | string <uuid> ID of individual for current user |
| filter[follow] | boolean |
| filter[individual-id] | string <uuid> ID of individual for the channel |
| filter[unread] | boolean |
| page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
| page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
{- "data": [
- {
- "attributes": {
- "archived": true,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "event-settings": {
- "enabled": true
}, - "follow": true,
- "individual": {
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true
}, - "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "unread": true,
- "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}
], - "meta": { }
}Creates a new channel
Creates a new channel
Request Body schema: application/json
required | object | ||||||||||||||||||||||||
| |||||||||||||||||||||||||
| meta | object | ||||||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "event-settings": {
- "enabled": true
}, - "follow": false,
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "label": "string",
- "name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "text-number-id": "ff6cb0b4-c0b8-49db-8320-85fd83833455"
}, - "type": "messaging-channels"
}, - "meta": { }
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "archived": true,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "event-settings": {
- "enabled": true
}, - "follow": true,
- "individual": {
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true
}, - "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "unread": true,
- "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}Returns specific channel
Returns specific channel
path Parameters
| id required | string Resource identifier |
query Parameters
| subscriber-id | string <uuid> |
Responses
Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "archived": true,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "event-settings": {
- "enabled": true
}, - "follow": true,
- "individual": {
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true
}, - "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "unread": true,
- "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}Modifies an existing channel
Modifies an existing channel
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
required | object | ||||||||||||||||||||
| |||||||||||||||||||||
| meta | object | ||||||||||||||||||||
Responses
Request samples
- Payload
{- "data": {
- "attributes": {
- "event-settings": {
- "enabled": true
}, - "follow": true,
- "label": "string",
- "unread": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}Response samples
- 200
- 4XX
{- "data": {
- "attributes": {
- "archived": true,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "event-settings": {
- "enabled": true
}, - "follow": true,
- "individual": {
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true
}, - "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "unread": true,
- "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}/v2/messaging-channels/{id}/follow/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| active required | boolean |
| subscriber-id required | string <uuid> |
Responses
Request samples
- Payload
{- "active": true,
- "subscriber-id": "947992e9-9fda-4624-a818-494f2bff0810"
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "archived": true,
- "can-enable-sms": true,
- "created-at": "string",
- "created-by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "event-settings": {
- "enabled": true
}, - "follow": true,
- "individual": {
- "email-verified": true,
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-name": "string",
- "phone-number-unsubscribed": true,
- "phone-number-verified": true
}, - "label": "string",
- "last-message": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "message": "string",
- "posted-time": "string",
- "removed": true
}, - "last-modified-time": "string",
- "name": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "text-number": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "unread": true,
- "with-sms": true
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "messaging-channels"
}, - "meta": { }
}/v2/video-channels/{id}/finalize-encounter/
path Parameters
| id required | string Resource identifier |
Request Body schema: application/json
| service-type-id | string <uuid> |
Responses
Request samples
- Payload
{- "service-type-id": "63dc46e8-3df8-4212-9a73-952546fcc8ae"
}Response samples
- 201
- 4XX
{- "data": {
- "attributes": {
- "appless": true,
- "appointment": {
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "join-start": "string",
- "start": "string"
}, - "channel-state": "open",
- "compositions": [
- {
- "created-at": "string",
- "duration": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last-modified-at": "string",
- "processing-pct": 100,
- "processing-status": "completed",
- "size": 0,
- "status": "failed"
}
], - "created-at": "string",
- "created-by": "fe906a81-a66f-4232-8d03-17e877052b9a",
- "duration": 0,
- "encounter-id": "86c14f05-0ac1-4a91-8b6d-1c18a4fe6a5b",
- "max-participants": 0,
- "note": "string",
- "observation-id": "d539de2f-dff5-4664-be77-0275cc4b91b5",
- "organization-display-name": "string",
- "organization-id": "884b39d6-2921-4a2e-a4db-914267f75c54",
- "participants": [
- {
- "account-type": "provider",
- "audio-state": "muted",
- "disconnected": true,
- "encounter-id": "string",
- "first-name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "individual-id": "89cd2907-789f-4760-a83f-39e6a6ed819a",
- "last-name": "string",
- "note": "string",
- "photo": "string",
- "status": "string",
- "user": {
- "communication-preferences": {
- "email": { },
- "mobile": { },
- "sms": { },
- "voice": { },
- "web": { }
}, - "email-verified": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "phone-verified": true,
- "registration-invite": "accepted",
- "state": "archived"
}
}
], - "recorded": true,
- "scheduler-id": "80538e3a-8557-412c-a07d-5f6ff1500257",
- "subject-id": "538e2918-bf69-493c-ba8a-9b5e6ab0c6a4",
- "type": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "video-channels"
}, - "meta": { }
}