Skip to main content
POST
/
v2
/
kyc
/
new-level-1
/
web-sdk
New Level 1 (Web SDK)
curl --request POST \
  --url https://api.avenia.io:8443/v2/v2/kyc/new-level-1/web-sdk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "redirectUrl": "<string>"
}
'
{}

New Level 1 (Web SDK)

POST request to /v2/kyc/new-level-1/web-sdk

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

subAccountId
string

Sub-account ID

Body

application/json
redirectUrl
string
required

Response

200 - application/json

Success

The response is of type object.