List WhatsApp Gateways
This request returns a list of WhatsApp gateways.
Resource
GET /whatsappgateways
Parameters
Payload
None
Response
Context
Authorization |
Administration |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/whatsappgateways
Response
{
"data": [
{
"object": {
"commonName": "WhatsApp gateway 1",
"oid": "2064271",
"objectType": "WhatsAppGateway"
},
"links": [
{
"rel": "self",
"method": "GET"
}
]
},
{
"object": {
"commonName": "WhatsApp gateway 2",
"oid": "2064276",
"objectType": "WhatsAppGateway"
},
"links": [
{
"rel": "self",
"method": "GET"
}
]
},
{
"object": {
"commonName": "WhatsApp gateway 3",
"oid": "2064321",
"objectType": "WhatsAppGateway"
},
"links": [
{
"rel": "self",
"method": "GET"
}
]
},
],
"meta": {
"links": [
{
"rel": "refresh",
"href": "https://marnix.xelion.nl/api/v1/master/whatsappgateways",
"method": "GET"
},
{
"rel": "next",
"href": "https://marnix.xelion.nl/api/v1/master/whatsappgateways?after=2064397",
"method": "GET"
},
{
"rel": "previous",
"href": "https://marnix.xelion.nl/api/v1/master/whatsappgateways?before=2064271",
"method": "GET"
}
],
"paging": {
"previousId": "2064271",
"nextId": "2064321"
}
}
}