Skip to content

Create a new client ​

POST
/v1/clients

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"distributor_id": "b05f667dcaa843bd8c171c522217eb81_dst",
  
"roles": [
  
  
[
  
  
  
"admin",
  
  
  
"user"
  
  
]
  
],
  
"email": "[email protected]",
  
"scope": "distributor",
  
"label": "Acme Client",
  
"client_status": "active",
  
"language": "en"
}

Responses​

Created

Playground​

Server
Authorization
Body

Samples​