Skip to content

Create a client key.

POST /v1/account/client-keys

Create a new client key.

Body

application/json

Body Sample

{
"group_name": "group-name_1"
}

Body Description

* group_name string

The group name.

Example: group-name_1

Response