latestOpenAPI 3.0.02026-08-232861531.0 MB

d3c75c2a2f1d

auth

Generate client id and secret

This endpoint allows our users to generate clientId and clientSecrets that can be used for machine-to-machine communication without the need of a username / password. Since clientId / clientSecret never expires, it is usefull in running automation process / scripts etc. A user can only have one clientId/clientSecret at any given time.

post/auth/clients

Request body

clientNamestring required

Name of the client

Response

Returns a clientId and clientSecret

clientIdstring required
clientSecretstring required