Skip to main content
POST
/
api
/
v1
/
registration
/
otp
/
{challengeId}
/
verify
Verify the sign-up code
curl --request POST \
  --url https://sandbox.api.nkama.ga/api/v1/registration/otp/{challengeId}/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>"
}
'
{
  "expiresAt": "2023-11-07T05:31:56Z",
  "ticket": "<string>"
}

Path Parameters

challengeId
string
required

Body

application/json
code
string
required
Minimum string length: 1
Pattern: \d{4,8}

Response

200 - */*

OK

expiresAt
string<date-time>
ticket
string