sendVerificationCode

post

/ccstore/v1/login/sendVerificationCode

Send verification code. Send one time password for multi-factor authentication.

Request

Supported Media Types
Body ()
Root Schema : sendVerificationCode_request
Type: object
Show Source
Example:
{
    "validation_token":"eyJhbGciOiJub25lIn0.eyJzdWIiOiJzZS01NzAwMzEiLCJ2YWxpZGF0aW9uX3N0ciI6IjdkZmM3OTFlNDY5NThhNGI3NDY5ZTczZmIwN2Y4YTlhM2VlMTQ3NTA4YjFmYmFmOTJjODE1ZWZlZGE2NTE4MzEiLCJleHAiOjE2NTgzNjc3MTcsImlhdCI6MTY1ODM2NDExN30."
}
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : sendVerificationCode_response
Type: object
Show Source
Example:
{
    "success":true
}
Example Response (application/json)
{
    "success":true
}

Default Response

The error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top