link | /rssp/loadusersetting | ||
HTTP Verb | GET | ||
Authorization | Bearer {access_token} | ||
Content-Type | application/json | ||
Accept | application/json | ||
Request Body | { } | ||
Status Code | Message | Response Body | |
200 | OK | ||
400 | Unauthorized | { Message: "Request authorization denied" } { Message: "User authentication required" } | |
400 | Bad Request |
{
error: "invalid_request"
}
{ error: "invalid_client" } { error: "incorrect_credentials", error_description: "The user email or password is incorrect" } |
Authorization Tokens | |||
Result |