How many API clients can we create, and where is the client secret?

Written By Andreas Kimmehed

Last updated 28 days ago

At most 15 API clients can exist at once and client names must be unique. The client secret is returned only when the client is created and is masked on every later read, so store it in your secret manager immediately. If a secret is lost, create a new client rather than trying to recover the old one, and delete the one you replaced so you stay under the limit.