API Tokens

WorklogPRO Cloud now supports GraphQL. You can send requests using Postman, but first, you need to obtain an API token. You can access the API Tokens page from the admin section. (Apps → Manage your apps → WorklogPRO (Sidebar) → API Tokens).

These tokens don’t give access to Jira or your Atlassian account. They are only valid for WorklogPRO API.

 

api_token_1.jpg

Your API tokens are listed here. You can create, view, or revoke individual or all API tokens. If you want to utilize GraphQL support, you must first create an API token.

create_api_token_dialog.jpg

After clicking the 'Create API Token' button, you should enter a label for the API token. Then, click the 'Create' button.

After the API token is created, a dialog will display the hidden API token. You can reveal it by clicking the eye button. It's important to copy the token at this point because you won't be able to access it again. Click the copy button to copy the token.

After copying your API token, you can send requests via Postman or similar tools. Your URL should be the web trigger URL shown above the API tokens table. Don't forget to set the authorization header with the copied API token.