Rotates and returns the client secret
Security
bearer-jwt
- Mock serverhttps://api-docs.raipartners.com/_mock/apis/b2b/auth/client-secret/rotation
- Productionhttps://api.raipartners.com/b2b/auth/client-secret/rotation
- Sandboxhttps://api.dev.raipartners.com/b2b/auth/client-secret/rotation
curl -i -X POST \
https://api-docs.raipartners.com/_mock/apis/b2b/auth/client-secret/rotation \
-H 'API-Version: 1.0.0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "secret": "PX4eWb9rcRT1RBqvLw4GtuqyoUFWoGLr" }