W
Wrike API v4
Details
- URL
-
https://www.wrike.com/api/v4 - Docs
- https://developers.wrike.com/reference
Authentication
Wrike OAuth app (client ID + client secret)
Authorization: Bearer <credential> + Wrike OAuth app (client ID + client secret) ?access_token=<credential> discovered In Wrike, open Apps & Integrations, create a new API app, and copy the generated Client ID and Client Secret. Add the redirect URL(s) your client needs; for Claude Code, Wrike's guide says to add http://localhost:8080/callback. Wrike documents only the OAuth 2.0 authorization code flow for API access.