cURL
curl --request GET \ --url https://api.stophy.dev/v1/account/activity \ --header 'Authorization: Bearer <token>'
{ "limit": 123, "activity": [ { "id": "<string>", "endpoint": "<string>", "url": "<string>", "status": "<string>", "credits": 123, "responseTimeMs": 123, "metadata": {}, "createdAt": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 100
Hide child attributes