WrikeXPI-Resources

WrikeXPI API Specification

This directory contains detailed documentation for the WrikeXPI project. The documents herein cover API specifications, authentication mechanisms, and other relevant integration guides.

WrikeXPI Overview

WrikeXPI had been developed with the goal to complement Wrike’s existing offering, level it up and make more integration possible. Here are a few key features:

Authentication

API Auth Method
Wrike API Permenant Token, OAuth with Expiry
Wrike XPI Permenant Token, OAuth with Expiry
Permenant OAuth Token, Basic Authentication

Campaign API (based Campaign Activation Blueprint)

Master Data API

Forms API

Transparent Proxy

The transparent proxy works the same way as Wrike API (https://developers.wrike.com/apiv4-schema-reference/), except that instead of using Wrike’s URL (e.g. https://app-eu.wrike.com/api/v4), change the URL to:

[!TIP]
The transparent proxy needs XPI Token instead of Wrike API Token, please retrieve it at the XPI Token Service (refer to next section).

Available Documents

Below is a list of available documentation:

Please use the following to get your XPI Token to be used in the API Playground:

[!NOTE]
Due to the nature of Wrike’s API session design, when a new token is generated, the old will be invalidated.
Hence, please keep your token if you need it for long term usage and do not regenerate new one unless you would like to terminate the previous generated token.

note: We are still cleaning up the API specification document, you may see some internal codenames at the moment, you may safely ignore them for now!

Please refer to these documents to gain a deeper understanding of the WrikeXPI project’s technical components and to assist with your development and integration efforts.