Skip to main content
POST
/
auth
/
otp
/
{otpChallengeId}
Create Auth
curl --request POST \
  --url https://universal.rollout.com/api/auth/otp/{otpChallengeId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "otp": "<string>"
}
'
{
  "ok": true,
  "credential": {
    "id": "<string>"
  }
}
POST /auth/otp/{otpChallengeId} Base URL: https://universal.rollout.com/api

Parameters

NameInTypeRequired
otpChallengeIdpathstringYes

Responses

StatusDescription
200OK
400Bad Request

OpenAPI Source

/openapi/rollout.json POST /auth/otp/{otpChallengeId}

Path Parameters

otpChallengeId
string
required

Body

otp
string
required

Response

OK

ok
boolean
required
credential
object
required