Logo
15 days of Postman - for testers API Documentation

submit workspace

GET https://api.getpostman.com/workspaces/{{workspace_id}}

It's time to check your workspace.

  1. Get the workspace ID: Select your workspace name in the sidebar. Then select the Info icon on the far right,, and copy the workspace ID.

  2. Update the request URL: Update the workspace_id in the request URL with the ID from the previous step, using any method you prefer.

  3. Validate your solution: Hit Send and look under the Test Results tab of the server response at the bottom to review your test results.

When all of your tests pass, you are done with today's challenge.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
x-api-key
string




RESPONSES

status





Curl
curl -X GET 'https://api.getpostman.com/workspaces/undefined' -H 'x-api-key: undefined'

ENDPOINTS