cURL
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" }
Retrieves a specific inbound by its ID
Specify the authorization token.
For more information, check out the Authorization Guide.
The unique identifier of the inbound.
Details of the specific inbound.
The response is of type object.
object