Contact Links
Get Contact Links
Retrieves all contact lists linked to a specific dispatch.
GET
/
dispatches
/
contacts
/
link
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
dispatchId
string
requiredThe ID of the dispatch.
Response
200 - application/json
id
string
name
string
createdAt
string
updatedAt
string
Was this page helpful?