API Tokens
Requesting authentication tokens for API access.
Basic Authentication
Last updated
Requesting authentication tokens for API access.
Last updated
POST https://auth.logsail.com/users/basic/sign_in HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 44
{
"email": "[email protected]",
"password": "text"
}{
"access_token": "text",
"token_type": "Bearer",
"expires_in": 1,
"refresh_token": "text"
}POST https://auth.logsail.com/refresh/token HTTP/1.1
Accept: */*
POST https://auth.logsail.com/refresh/revoke HTTP/1.1
Accept: */*