Skip to main content

Create Client

The "create client" API facilitates the addition of new client.

Client

curl --location 'https://demo.hng.one/developerapi/onboard/create-client' \
--header 'Authorization: Bearer <<JWT_TOKEN>>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId" : "31e08053-y1d2-46fe-b3ba-1b5034d3fa23",
"clientName" : "qwerty 123"
}'

API Fields Description

Client Info

FieldDescriptionTypeRequired
clientNamename of the ClientStringYes
clientIdunique ID of the ClientStringYes