curl --request GET \
  --url https://integration.getmateo.com/api/v1/event \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "random uuid",
    "created_at": "now()",
    "updated_at": "now()",
    "conversation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "organisation_id": "random uuid",
    "type": "assign",
    "source_type": "employee",
    "target_type": "employee",
    "metadata": {},
    "source_rule_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "source_employee_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "source_api_token_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "source_comment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "source_channel_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "source_recipient_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "target_employee_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "target_comment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "target_message_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "target_tag_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "target_message_action_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "target_inbox_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

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

Event ID

created_at
string

Event creation date

updated_at
string

Latest update

conversation_id
string

Conversation ID

organisation_id
string

Organisation ID

type
string

Type of event

source_type
string

Source type

target_type
string

Target type

metadata
string

Metadata of event

source_rule_id
string

Source rule ID

source_employee_id
string

Source employee ID

source_api_token_id
string

Source API token ID

source_comment_id
string

Source comment ID

source_channel_id
string

Source channel ID

source_recipient_id
string

Source recipient ID

target_employee_id
string

Target employee ID

target_comment_id
string

Target comment ID

target_message_id
string

Target message ID

target_tag_id
string

Target tag ID

target_message_action_id
string

Target message action ID

target_inbox_id
string

Target inbox ID

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[].