When to use
Use this page before calling any endpoint. Every Extruct API request requires a Bearer token.Example request
Key parameters
Authorizationheader (required):Bearer ${EXTRUCT_API_TOKEN}.
Success signal
A successful auth check returns your user object with fields such asemail and available_credits.
Common errors
401 Unauthorized
Most common causes are a missing token, invalid token, or missing Bearer prefix.