1. Create personal profile

POST {{host}}/v1/profiles

Create a personal profile with the KYC data verified by the bank.

Request Body

{"type"=>"personal", "details"=>{"firstName"=>"Joe", "lastName"=>"Bloggs", "dateOfBirth"=>"1990-01-10", "phoneNumber"=>"+447711111111"}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"id":16034418,"type":"personal","details":{"firstName":"Joe","lastName":"Bloggs","dateOfBirth":"1990-01-10","phoneNumber":"+447711111111","avatar":null,"occupation":null,"occupations":null,"primaryAddress":37034374}}