🚀 API 2.0 is now live! See our API Reference for details.
🚀 API 2.0 is now live! See our API Reference for details.
Retrieves all inbounds
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"
}
]Documentation Index
Fetch the complete documentation index at: https://developers.nlpearl.ai/llms.txt
Use this file to discover all available pages before exploring further.
Specify the authorization token.
For more information, check out the Authorization Guide.
List of all inbound for the client.
The unique identifier of the inboundy.
The name of the inbound.
The total number of agents allocated to this inbound.
Here is the activity status
1 - Running
2 - Paused
3 - Suspended
10 - TemporaryMaintenance
The date and time when the inbound was created.
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"
}
]