GET
/
v1
/
Inbound
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"
  }
]

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Response

200
text/plain

List of all inbound for the client.

The response is of type object[].