cURL
curl --request GET \ --url https://api.nlpearl.ai/v1/Inbound \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "totalAgents": 123, "status": 123, "created": "2023-11-07T05:31:56Z" } ]
Retrieves all inbounds
Specify the authorization token.
For more information, check out the Authorization Guide.
List of all inbound for the client.
The response is of type object[].
object[]