It looks like we don't have the translated page you're looking for, but we do have other content in English and offer support in English.
Wrike API can be used by all user types (via the Developer portal), and makes it easier to develop apps that work with Wrike. Use Wrike API to:
Configure how your app works with the Wrike API through OAuth.
Manage and generate tokens for your Wrike API based applications.
There's no limit to the number of apps you can register through the API tab.
Click your profile image in the workspace's upper right-hand corner.
Select Apps & Integrations.
Click the API tab on the left.
Enter a name for your app and click Create new.
On the next screen:
Add a description. The app description is used in the list of apps on the API tab.
Make a note of the client ID and client secret. If you leave this page you’ll be asked to enter your password before being shown this information again.
Enter a redirect URI. You can enter one or more redirect URIs. Redirect URIs should comply with OAuth2 standard requirements and utilize HTTPS protocol. Use https://localhost for local development.
Click Save.
Generate permanent tokens to quickly start app development or use it in production for apps that only a few people will be using. Tokens are unique and should be treated like passwords — if someone has your token they'll be able to see all your Wrike data through the API.
Currently, app admins can only create (and revoke) tokens for themselves.
Make sure to safely store your token, because it'll only be shown to you once. If necessary, you can revoke your token at any point and generate a new one.
To revoke a token repeat Steps 1–5 above and click Revoke token.
Click your profile image in the workspace's upper right-hand corner.
Select Apps & Integrations.
Click the API tab on the left.
Click Configure next to the app you'd like to generate a token for.
Scroll down to the section Permanent access token.
Click Obtain token (you'll be asked to enter your password before your token is generated).
If you registered an app at developers.wrike.com then please first submit a request to support so they can make the app available for configuration on your API tab in the workspace.
Click your profile image in the workspace's upper right-hand corner.
Select Apps & Integrations.
Click the API tab on the left.
Click Configure to the right of the app's name.