GET
/
v1
/
Inbound
/
{inboundId}
curl --request GET \
  --url https://api.nlpearl.ai/v1/Inbound/{inboundId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "status": 123,
  "pearlName": "<string>",
  "totalAgents": 123,
  "phoneNumber": "<string>",
  "totalTodayCalls": 123,
  "totalOngoingCalls": 123,
  "totalOnQueue": 123,
  "created": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Path Parameters

inboundId
string
required

The unique identifier of the inbound.

Response

200
text/plain

Details of the specific inbound.

The response is of type object.