Skip to content

Authentication

Authentication functions

Rotate the client secret

Request

Rotate and returns the client secret

Security
bearer-jwt
Headers
API-Versionstring
Value:"1.0.8"
curl -i -X POST \
  https://api-docs.raipartners.com/_mock/apis/referral-api-v1/auth/client-secret/rotation \
  -H 'API-Version: 1.0.8' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

The rotated secret.

Bodyapplication/json
secretstringrequired
Response
{ "secret": "string" }