API Reference
Authentication
Login, OTP verification, token refresh, current user, and logout HTTP endpoints.
Authentication endpoints create and maintain the bearer token used by the rest
of the API.
Body parameters
Email address for the Linxio user.
Password for the Linxio user.
Optional tenant-domain hint accepted by some login flows.
Response fields
JWT bearer token for authenticated requests.
refreshTokenstring
optionalRefresh token for renewing the session.
expireAtISODateString
optionalToken expiry timestamp when supplied by Linxio.
otp_requiredboolean
optionalWhether OTP must be completed before the session is usable.
Team type such as client, reseller, or admin when supplied.
Role identifier when supplied.
Body parameters
Email address used for login.
Response fields
JWT bearer token for authenticated requests.
refreshTokenstring
optionalRefresh token for renewing the session.
expireAtISODateString
optionalToken expiry timestamp when supplied by Linxio.
Body parameters
refreshTokenstring
requiredRefresh token returned by login or a previous refresh call.
Response fields
refreshTokenstring
optionalNew refresh token when Linxio rotates it.
expireAtISODateString
optionalToken expiry timestamp when supplied by Linxio.
Query parameters
Optional field projection for the current-user response.
Response fields
Current user ID when supplied.
Current user email when supplied.
Current user display name when supplied.
Current team type when supplied.
permissionsstring[]
optionalPermission keys when supplied.
Current team details when supplied.
Body parameters
Send an empty JSON object or no body.
Response
status204 or JSON
optionalLinxio may return an empty success response.