{ "version": "<string>", "created_at": "2023-11-07T05:31:56Z", "success": true, "error": "<string>", "data": { "id": "<string>", "full_name": "<string>", "email": "<string>", "owner_id": "<string>", "plan": "<string>", "rate_limit": { "limit": 123, "remaining": 123, "reset": "2023-11-07T05:31:56Z" }, "unkey_meta": {}, "roles": [ "anonymous" ], "meta": { "remaining": 123, "reset": "2023-11-07T05:31:56Z" } }, "total_records": 123 }
Get the current user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object