User

Describe user

GET /v1/user/describe

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

QueryString

Name
Type
Description

action=describe_user

string

The action (will not be needed soon)

Response

{
  "status": 200,
  "response": {
    "MFA": bool
  }
}

Last updated