cURL
curl --request GET \ --url https://api.extruct.ai/v1/user \ --header 'Authorization: Bearer <token>'
{ "user_id": "<string>", "email": "<string>", "available_credits": 123, "organization_id": "<string>", "organization_name": "<string>", "organization_slug": "<string>", "has_unlimited_credits": false, "credit_cap": 123, "grandfathered_credits": 0, "used_grandfathered_credits": 0, "subscription_plan_credits": 123 }
Get details about the authenticated 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