Skip to main content Skip to complementary content
Close announcements banner

Fetching your API project ID

Use the Talend Cloud API Tester management API to get the ID of the project to edit.

Before you begin

  • You have generated a Personal Access Token. For more information, see Authentication.

About this task

In order to update the sharing settings for an API test project, you need the project ID. You can get it using the management API or in the Test automation section when opening your test project in Talend Cloud API Tester.

Procedure

  1. Open Talend Cloud API Tester and create a new request.
  2. In the METHOD drop-down list, select GET.
  3. Enter the following URI with the correct region parameter:
    https://apit.{region}.cloud.talend.com/api/v1/api-tests
    The region can be:
    • us-west
    • us
    • eu
    • ap
    • au

    For more information, see Talend Cloud regions and URLs.

  4. Click the Add header button and enter Authorization in the name field and Bearer followed by a space and your token in the value field.
    Information noteTip: In Talend Cloud API Tester, you can add your token as a private environment variable and reference it in your requests using the expression builder. For more information, see Using environments.
  5. Once your request is configured, click Send.

Results

The response returns a list of all of your test projects. You will need the ID of the project to edit.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!