curl --request GET \
  --url https://integration.getmateo.com/api/v1/recipient \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "random uuid",
    "created_at": "now()",
    "updated_at": "now()",
    "organisation_id": "random uuid",
    "conversation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "message_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "handle": "<string>",
    "full_name": "<string>",
    "role": "from",
    "is_organisation": true,
    "status": "sent"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Query Parameters

id
string

Recipient ID

created_at
string

Recipient creation date

updated_at
string

Latest update

organisation_id
string

Organisation ID

conversation_id
string

Conversation ID

message_id
string

Message ID

contact_id
string

Contact ID

handle
string

Handle of recipient

full_name
string

Name of recipient

role
string

Role of recipient

is_organisation
string

Is recipient the organisation?

status
string

Status of recipient

select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

200 - application/json
OK

The response is of type object[].