post
https://api.mywishweaver.com/account/api-access/token
Exchange an API key and client secret for a bearer access token used on /api endpoints.
Quickstart:
- Generate credentials from
POST /account/api-access/credentials/rotate. - Call this endpoint with
x-api-keyandx-client-secret. - Use the returned token on all
/apirequests:
Authorization: Bearer <access_token>
Example:
curl -X POST "$BASE_URL/account/api-access/token" \
-H "x-api-key: <api_key>" \
-H "x-client-secret: <client_secret>"Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…