Finding Your User & Project IDs

How to find your userId and projectId for API requests.

Every API request requires your userId and projectId. Here's how to find them.

User ID

Your userId is the unique identifier for your Streampixel account.

To find it:

  1. Click your account name in the top-right corner

  2. Click the "Copy User ID" button

  3. Your userId is now copied to your clipboard

circle-info

Your userId never changes. You can save it once and reuse it across all API calls.

Project ID

Every project has a unique projectId. This is required for project-specific API calls like uploading builds or distributing files.

To find it:

  1. Navigate to your project's detail page

  2. Click the Project ID button to copy it

You can also find it in the URL:

circle-exclamation

Using in API Calls

Both IDs go in the JSON request body:

Last updated