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