Logo
Developer Experience API Documentation

Configuration setup (workspaces)

GET https://www.postman.com/{{domain}}?tab=workspaces

This request to your domain's profile page - workspace tab - is used to initialize variables that will be used in subsequent calls. For example, if your profile page contains 3 workspaces and 2 collections, the URLs to those entities will be stored in an array (as a collection variable) to be checked later on. Additionally a maximum potential score is set depending on the items you have displayed on your public profile.

Run the call

Before running this collection, update the collection variable domain with your own team's domain.

  • Select the collection in the left sidebar, and tab over to Variables. Find the key called domain, and input your domain under Current and Initial values.
  • Example: The URL for Stripe's team profile page is Stripe team's domain on Qodex isstripedev`

 

Body PARAM

Key Datatype Required Description 
tab
string



HEADERS

Key Datatype Required Description 
User-Agent
string




RESPONSES

status





Curl
curl -X GET 'https://www.postman.com/stripedev?tab=workspaces?tab=workspaces' -H 'User-Agent: Chrome-Lighthouse'

ENDPOINTS