POST
/
clients
curl --request POST \
  --url https://spark.test.woodcore.co/api/v2/clients \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "_isActive": true,
  "_isAddressEnabled": true,
  "city": "HungerFord",
  "clientType": "individual",
  "country": "The Gambia",
  "createDepositAccount": false,
  "createdDate": "12 April 2023",
  "dateOfBirth": "10 February 1997",
  "emailAddress": "wair33214@yopmail.com",
  "externalId": "T-803",
  "firstname": "Peter",
  "gender": "male",
  "lastname": "Thompson",
  "middlename": "Segun",
  "mobileNo": "+2349047838783",
  "officeId": 1,
  "productId": 1,
  "state": "Banjul",
  "street": "11, Longway, Hungerford, Gambia",
  "tierLevel": 3
}'
{}

Authorizations

Authorization
string
header
required

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

Body

Response

200 - application/json
ddddd

The response is of type object.