GET
/
account
/
activity
List activity logs
curl --request GET \
  --url https://dashboard.gratian.pro/api/client/account/activity \
  --header 'Authorization: Bearer <token>'
[
  "<any>"
]

Authorizations

Authorization
string
header
required

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

Query Parameters

per_page
string
default:25

Response

200
application/json

The response is of type any[].