GET
/
v1
/
Outbound
/
{outboundId}
curl --request GET \
  --url https://api.nlpearl.ai/v1/Outbound/{outboundId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "totalLeads": 123,
  "totalLeadsCompleted": 123,
  "totalLeadsSuccess": 123,
  "phoneNumber": "<string>",
  "pearlName": "<string>",
  "budgetTotal": 123,
  "budgetConsumed": 123,
  "totalAgents": 123,
  "status": 123,
  "created": "2023-11-07T05:31:56Z",
  "totalTodayCalls": 123
}

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Path Parameters

outboundId
string
required

The unique identifier of the outbound.

Response

200
text/plain

Detailed view of a specific outbound.

The response is of type object.