API Tokens
Requesting authentication tokens for API access.
Basic Authentication
Returns the refresh and jwt tokens for the user.
Body
Basic Auth Sign In Model
emailstring · emailRequired
passwordstringRequired
Responses
200
Successful Response
application/json
Access Token Pack Model
access_tokenstringRequired
token_typestringOptionalDefault:
Bearerexpires_inintegerRequired
refresh_tokenstringRequiredPattern:
^(agents-|users-)[A-Za-z0-9-_]{128}$422
Validation Error
application/json
post
https://auth.logsail.com/users/basic/sign_inLast updated