Other
Get Extruct User
Get details about the authenticated user.
GET
Get Extruct User
Overview
This endpoint returns details about the authenticated user, including available credits. Use it as your first authenticated request to validate API access.Example request
Key parameters
Authorizationheader (required):Bearer ${EXTRUCT_API_TOKEN}.
Success signal
A successful response includesemail and available_credits.
Common errors
401 Unauthorized
Check that your token is valid and the header includes Bearer prefix.
Related guides
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Get Extruct User