Request
Body Params application/json
{
"name": "string",
"email": "string",
"metadata": {}
}
Request Code Samples
curl --location --request POST '/customers/v1/clients' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "string",
"metadata": {}
}'
Responses
application/json {
"id": "0c98d6cd-37db-4155-b1bf-c77af7090e85",
"name": "Tommie Wisoky",
"email": "Ahmed.Cole@yahoo.com",
"status": "ACTIVE",
"created_at": "2025-01-14T16:31:56.262Z",
"updated_at": "2025-01-14T16:31:56.263Z",
"metadata": {}
}
Modified at 2025-01-14 14:58:18