Get a contact's activities

Get a contact activities based on its unique_key.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Error cases

Contact does not exist (404)

{
    "status": 404,
    "errors": [
        {
            "error_key": "id",
            "error": "wrong_value",
            "error_description": "Record not found for id [email protected]."
        }
    ]
}
Path Params
string
required

Contact's unique key.

Query Params
string
enum

Activity channel. By default all channels are returned

Allowed:
integer
1 to 1000
Defaults to 20

Number of items displayed per page.

integer
≥ 1
Defaults to 1

Page number.

Responses

401

Authentication failed.

403

Forbidden.

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json