- Messages
- Users
- Instances
- Webhook
- Queues
- Groups
- Manage
List by instance id
GET
/instances/{id}
Instances
Last modified:2024-06-12 01:04:44
OperationId:InstancesController_listById
Request
Authorization
Add parameter in header
authorization
Example:
authorization: ********************
Path Params
id
string
required
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
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