GET
/
v1
/
Outbound
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
  }
]

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Response

200
text/plain

A list of outbounds.

The response is of type object[].