Skip to main content
POST
/
auth
/
otp
/
finalize
Finalize OTP session
curl --request POST \
  --url https://www.dench.com/api/v1/auth/otp/finalize \
  --header 'Content-Type: application/json' \
  --data '
{
  "authToken": "string"
}
'
{
  "error": {
    "message": "<string>",
    "type": "<string>",
    "code": "<string>",
    "details": "<unknown>"
  }
}

Body

application/json
authToken
string
required
organizationId
string

Provide this OR newOrganizationName.

newOrganizationName
string

Response

Successful response