# Creates a client Endpoint: POST /v1/clients Version: V1 Security: authorization_code_with_pkce, client_credentials ## Request fields (application/json): - `name` (string, required) The display name of the client. Example: "My Application" - `description` (string, required) Client description - `allowedGrantTypes` (array, required) Allowed grant types. I.e. "authorization_code", "client_credentials", "password", etc. - `redirectUris` (array, required) Allowed redirect uris - `allowedScopes` (array, required) Scopes that can be requested for this client ## Response 201 fields ## Response 401 fields ## Response 403 fields