Generating an API token
-
From the OKR module, go to the Settings page > API page, click +Generate new token.

-
Click the Generate new token button in the top right corner of the page.
-
Give the token a name and click Create.
-
Copy the generated API token and store it securely, as you won't be able to retrieve it later.
Authentication
All requests made to the BigPicture OKR module API require authentication using your generated API token. This is achieved by including an API-Token header in your requests. If the header is not present, you will receive a 400 Bad Request response.
Note: Please make sure you use the
API-Tokenheader, not theAuthenticationheader.
API administrator table
BigPicture OKR module enables you to oversee all API tokens created within your organization. Users with the API_ADMIN_TABLE_ACCESS permission have access to an expanded view on the API settings page. The API administrator table allows you to see, rename, or revoke any token within your organization.

