Skip to main content
POST
/
v1
/
partners
/
api-keys
/
rotate
Rotate Api Keys
curl --request POST \
  --url https://api.yieldo.xyz/v1/partners/api-keys/rotate
{
  "api_key": "<string>",
  "api_secret": "<string>",
  "api_key_prefix": "<string>"
}

Response

200 - application/json

Successful Response

api_key
string
required
api_secret
string
required
api_key_prefix
string
required