List External LAML Handlers
GET/resources/external_laml_handlers
A list of External LAML Handlers
Request
Responses
- 200
- 401
- 404
The request has succeeded.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
required
Universal Unique Identifier.
Name of the External LAML Handler.
Possible values: [calling
, messaging
]
Sets the handler to handle incomming calls
or messages
.
Primary request url of the External LAML Handler.
Possible values: [GET
, POST
]
The method type to use for the URL
Fallback request url of the External LAML Handler.
Possible values: [GET
, POST
]
The method type to use for the URL
Status callback url of the External LAML Handler.
Possible values: [GET
, POST
]
The method type to use for the URL
links
object
required
Link of the current page
Link to the first page
Link to the next page
{
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "My External LAML Handler",
"used_for": "calling",
"primary_request_url": "https://primary.com",
"primary_request_method": "GET",
"fallback_request_url": "https://fallback.com",
"fallback_request_method": "GET",
"status_callback_url": "https://callback.com",
"status_callback_method": "GET"
}
],
"links": {
"self": "https://{space_name}.signalwire.com/api/fabric/resources/external_laml_handlers?page_number=0&page_size=50",
"first": "https://{space_name}.signalwire.com/api/fabric/resources/external_laml_handlers?page_number=0&page_size=50",
"next": "https://{space_name}.signalwire.com/api/fabric/resources/external_laml_handlers?page_number=1&page_size=50&page_token=PAbff61159-faab-48b3-959a-3021a8f5beca"
}
}
Access is unauthorized.
- application/json
- Schema
Schema
string
Possible values: [Unauthorized
]
The server cannot find the requested resource.
- application/json
- Schema
Schema
string
Possible values: [Not Found
]