post
https://api.mywishweaver.com/account/api-access/credentials/rotate
Create or rotate account API credentials.
Quickstart:
- Call this endpoint with your regular bearer token.
- Save the returned
api_keyandclient_secretimmediately. - Exchange them once at
POST /account/api-access/token. - Use the returned bearer token on all
/apirequests.
Important:
- The raw
client_secretis only returned once. - Rotating credentials revokes the previously active credential.
Example:
curl -X POST "$BASE_URL/account/api-access/credentials/rotate" \
-H "Authorization: Bearer <token>"Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…