cURL
curl --request GET \ --url https://api.mudstack.com/users/history \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "user_id": "<string>", "type": "created", "record_id": "<string>", "data": 123 } ]
Retrieve the history of the current user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of user history records.
The response is of type object[].
object[]
Was this page helpful?