Authenticate a crypto wallet
POST {{baseUrl}}/v1/auth/cryptoWallet:authenticate
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string | ||
ratio-client-id
|
string | (Required) Your Ratio Client Identifier | |
ratio-client-secret
|
string |
RESPONSES
status OK
{
"sessionJwt": "incididunt minim in",
"userMask": {
"id": "mollit",
"createTime": "eu cillum aute",
"updateTime": "anim sunt occaecat officia",
"phoneMask": "irure elit cupidatat est",
"preferredMfaMethod": "OTP_SMS"
}
} |
ENDPOINTS