Skip to main content
POST
/
v2
/
kyc
/
new-level-1
/
api
New Level 1 (API)
curl --request POST \
  --url https://api.avenia.io:8443/v2/v2/kyc/new-level-1/api \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "sandboxReject": true,
  "fullName": "<string>",
  "dateOfBirth": "<string>",
  "countryOfTaxId": "<string>",
  "taxIdNumber": "<string>",
  "email": "<string>",
  "phone": "<string>",
  "uploadedSelfieId": "<string>",
  "uploadedDocumentId": "<string>",
  "country": "<string>",
  "state": "<string>",
  "city": "<string>",
  "zipCode": "<string>",
  "streetAddress": "<string>"
}
'
{
  "id": "<string>"
}

New Level 1 (API)

POST request to /v2/kyc/new-level-1/api

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
sandboxReject
boolean
required
fullName
string
required
dateOfBirth
string
required
countryOfTaxId
string
required
taxIdNumber
string
required
email
string
required
phone
string
required
uploadedSelfieId
string
required
uploadedDocumentId
string
required
country
string
required
state
string
required
city
string
required
zipCode
string
required
streetAddress
string
required

Response

201 - application/json

Created

id
string
required