RSSP
ThrivoSign
Name Authentication
link /rssp/auth/login
HTTP Verb POST
Content-Type application/json
Request Body grant_type=password& username=admin@idthrivo.com& password=Password123! scope=password
Status Code Message Response Body
200 OK { access_token: "454-j34jr67gj0h76nj59g4he895jh87n", token_type: "bearer", expires_in: 86399, refresh_token:"fdb8fdbecf1d03ce5e6125c067733c0d51de209c" }
403 Forbidden { error: "", error_description: "" }
400 Bad Request { error: "invalid_request" }
{ error: "invalid_client" }
{ error: "incorrect_credentials", error_description: "The user email or password is incorrect" }

Grant Type
User Name
User Password
Scope
Refresh Token
Result