Skip to main content
POST
/
custodians
/
me
/
clients
/
{clientId}
/
web-otps
Create a web OTP
curl --request POST \
  --url https://api.portalhq.io/api/v3/custodians/me/clients/{clientId}/web-otps \
  --header 'Authorization: Bearer <token>'
{
  "id": "clientId",
  "otp": "one-time-password"
}

Authorizations

Authorization
string
header
required

Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.

Path Parameters

clientId
string
required

The unique identifier of the client.

Response

OTP created successfully

id
string

The client ID

otp
string

The one-time password