- Messages
- Users
- Instances
- Webhook
- Queues
- Groups
- Manage
List All instance
GET
/instances
Instances
Last modified:2024-06-12 01:04:44
OperationId:InstancesController_listAll
Request
Authorization
Add parameter in header
authorization
Example:
authorization: ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/instances' \
--header 'authorization;'
Responses
🟢200Success
application/json
Body
array of:
name
stringÂ
required
deliveryWebhookUrl
stringÂ
required
Example:
https://webhook.site/8498babf-0281-49cf-9075-9e5317488faf
receivedWebhookUrl
stringÂ
required
Example:
https://webhook.site/8498babf-0281-49cf-9075-9e5317488faf
disconnectedWebhookUrl
stringÂ
required
Example:
https://webhook.site/8498babf-0281-49cf-9075-9e5317488faf
connectedWebhookUrl
stringÂ
required
Example:
https://webhook.site/8498babf-0281-49cf-9075-9e5317488faf
instanceId
stringÂ
required
Example
[
{
"name": "string",
"deliveryWebhookUrl": "https://webhook.site/8498babf-0281-49cf-9075-9e5317488faf",
"receivedWebhookUrl": "https://webhook.site/8498babf-0281-49cf-9075-9e5317488faf",
"disconnectedWebhookUrl": "https://webhook.site/8498babf-0281-49cf-9075-9e5317488faf",
"connectedWebhookUrl": "https://webhook.site/8498babf-0281-49cf-9075-9e5317488faf",
"instanceId": "string"
}
]
🟠400400
🔴500500
Modified at 2024-06-12 01:04:44