Finding Your User & Project IDs
Some Streampixel APIs require you to include your userId and projectId when making a request. This guide will help you locate both.
How to Find Your userId
userId
Your userId
is the unique identifier associated with your Streampixel account.
Steps to find it:
Log in to your Streampixel Dashboard at https://dashboard.streampixel.io
Click on your account name in the top-right corner.
Click the "Copy User ID" button.
Your
userId
will becopied to your clipboard.
How to Find Your projectId
projectId
Every project you create has a unique projectId
. This is required when uploading builds or performing project-specific operations via the API.
Steps to find it:
Log in to your Streampixel Dashboard.
Navigate to the "Projects" page for which you want to get the ID.
Your
projectId
will appear in the "Project Details" section or in the URL. You can click on projectId button to copy it
Example:
If your URL is:
https://dashboard.streampixel.io/projectdetail/67944b8a3f323be4b89a2272
Then your projectId
is:
67944b8a3f323be4b89a2272
Make sure to use the correct IDs in your API requests to avoid authentication or data mismatches.
Last updated