cURL
curl --request GET \ --url https://api.mkinf.io/v0.1/me \ --header 'Authorization: Bearer <token>'
{ "id": "1125a742-2e75-4b1a-909a-e8ba86bcf862", "type": "user", "email": "info@mkinf.io", "created_at": "2024-08-05T10:59:59.017229Z", "updated_at": "2024-09-09T22:26:58.615993Z" }
Get current user/key info
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object