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
| Field | Description | Type | Required |
|---|---|---|---|
| clientName | name of the Client | String | Yes |
| clientId | unique ID of the Client | String | Yes |