cURL
curl --request GET \ --url https://api.nlpearl.ai/v1/Outbound \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "totalAgents": 123, "status": 123, "created": "2023-11-07T05:31:56Z", "budgetTotal": 123, "budgetConsumed": 123, "totalLeads": 123 } ]
Retreive all the Outbounds
Specify the authorization token.
For more information, check out the Authorization Guide.
A list of outbounds.
The response is of type object[].
object[]