clients
aid_auths_clients_id_rotate_post
Rotate a client secret.
scopes:
- admin:accounts
- write:accounts
post/accounts/{oid}/auth/clients/{id}/rotate-secret
Path parameters
oidstring ^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$ required
An id that uniquely identifies the account or owner (partner)
idstring required
The id of the client
Response
Client with secret
Example response
{
"created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"client_secret": "JYCRP/x7iBGWA1fun0J9laH5sEg5cP9g/4QivhfGzm4"
}