POST
/
v1
/
channels
/
{channelID}
/
two-step-verification
Set two-step verification PIN
curl --request POST \
  --url https://api.wazapin.com/v1/channels/{channelID}/two-step-verification \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "pin": "<string>"
}
'
{
  "data": {
    "status": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Session token or API key

Path Parameters

channelID
string
required

Channel ID

Body

application/json
pin
string
required

6-digit PIN

Required string length: 6

Response

OK

data
object
required