GET
/
v1
/
accounts
/
activities
curl --request GET \
  --url https://platform.thena.ai/v1/accounts/activities \
  --header 'Authorization: Bearer <token>' \
  --header 'x-org-id: <api-key>'
{}

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Query Parameters

accountId
string

The identifier of the account to find activities for

Example:

"A123"

type
string

The identifier / value of the type of the activity

status
string

The identifier / value of the status of the activity

page
number

The page number

limit
number

The limit number of activities to fetch

Response

200
application/json
Operation successful

The response is of type object.