apps
endpoint (for details, see the API documentation)./apps/{clientId}/secrets
. For more details refer to the API documentation. The clientId can be found using the List Apps endpoint.{"mode": "create"}
{"mode": "delete", "secret": "{clientSecret}"}
{"mode": "replace"}
{"mode": "create"}
{"mode": "delete", "secret": "{secret}"}
{"mode": "create"}
to the endpoint which will create a new secret. The returned value of this call will be your app with the new generated secret. Both the new secret and any existing secrets will be valid until they are manually replaced or deleted. You can also immediately replace a client secret.{"mode": "delete", "secret": "{clientSecret}"}
where {clientSecret}
is your client secret that you want to delete. This action invalidates the secret immediately so it can no longer be used.{"mode": "replace"}
.apps/{clientId}
endpoint (for details, see the API documentation). The clientId can be found using the List Apps endpoint.apps
endpoint (for details, see the API documentation):