{ "info": { "_postman_id": "ea2d0c9b-f355-4c1c-b8a9-2be51298163a", "name": "WHOOP Activity ID Mapping Partner API", "description": "The WHOOP API exposes member fitness, strain, recovery, sleep, workout, and body measurement data captured by the WHOOP wrist-worn wearable. OAuth 2.0 protected; v2 endpoints use UUID identifiers and webhook notifications keep integrations current.\n\nContact Support:\n Name: WHOOP Developer Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "lastUpdatedBy": "35240", "uid": "35240-ea2d0c9b-f355-4c1c-b8a9-2be51298163a" }, "item": [ { "name": "v2", "item": [ { "name": "partner", "item": [ { "name": "development", "item": [ { "name": "add-test-data", "item": [ { "name": "Generate Test Data for Partner Development", "id": "40c6a206-6730-4d24-bb54-786043873ce8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "whoop-partner/token", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.prod.whoop.com/developer/v2/partner/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/v2/partner/development/add-test-data", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "development", "add-test-data" ] }, "description": "Generates test user and lab requisition data for partner integration testing. This endpoint is only available in non-production environments" }, "response": [ { "id": "4bdd4bbb-0ee9-4041-99dd-6683133627b1", "name": "Test data generated successfully", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/partner/development/add-test-data", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "development", "add-test-data" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-4bdd4bbb-0ee9-4041-99dd-6683133627b1" }, { "id": "09a3ddcc-9893-4221-9be3-cfff8ce3bead", "name": "Not available in production environments", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/partner/development/add-test-data", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "development", "add-test-data" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-09a3ddcc-9893-4221-9be3-cfff8ce3bead" }, { "id": "794c3d12-2d28-41cd-92cd-212d6d39decd", "name": "Failed to generate test data", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/partner/development/add-test-data", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "development", "add-test-data" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-794c3d12-2d28-41cd-92cd-212d6d39decd" } ], "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-40c6a206-6730-4d24-bb54-786043873ce8" } ], "id": "39ea07a8-e622-45be-97bd-b5ad23ffd46f", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-39ea07a8-e622-45be-97bd-b5ad23ffd46f" } ], "id": "e27a44a6-4a2c-4a33-aa62-92577be18c24", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-e27a44a6-4a2c-4a33-aa62-92577be18c24" }, { "name": "requisition", "item": [ { "name": "{id}", "item": [ { "name": "status", "item": [ { "name": "Update Lab Requisition Service Request Statuses", "id": "21fc02bd-dff9-4bb1-9046-88c663aa78c6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "whoop-partner/token", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.prod.whoop.com/developer/v2/partner/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"task_business_status\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/partner/requisition/:id/status", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "requisition", ":id", "status" ], "variable": [ { "id": "cecebc0f-7784-4284-9a1b-a556066a0c31", "key": "id", "value": "", "description": "(Required) Unique identifier of the lab requisition" } ] }, "description": "Updates the task business status on all service requests belonging to the requisition. The requesting partner must be an owner." }, "response": [ { "id": "d93423a0-1f04-4afd-b605-1122d4f47f22", "name": "Service request statuses updated successfully", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"task_business_status\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/partner/requisition/:id/status", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "requisition", ":id", "status" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-d93423a0-1f04-4afd-b605-1122d4f47f22" }, { "id": "ef2245d9-d3df-4d7f-b1c7-ac5077af7802", "name": "Lab requisition not found or partner is not an owner", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"task_business_status\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/partner/requisition/:id/status", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "requisition", ":id", "status" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-ef2245d9-d3df-4d7f-b1c7-ac5077af7802" } ], "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-21fc02bd-dff9-4bb1-9046-88c663aa78c6" } ], "id": "95285296-c752-48cf-b0fa-817f6d3714cf", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-95285296-c752-48cf-b0fa-817f6d3714cf" }, { "name": "Get a Lab Requisition by ID", "id": "893c67ae-3d86-4d3b-a23b-5996070a7fcc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "whoop-partner/token", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.prod.whoop.com/developer/v2/partner/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/partner/requisition/:id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "requisition", ":id" ], "variable": [ { "id": "41df9906-bcde-4a8d-806c-b3278f98df29", "key": "id", "value": "", "description": "(Required) Unique identifier of the lab requisition" } ] }, "description": "Retrieves a lab requisition with its associated service requests by its unique identifier. The requesting partner must be an owner of the lab requisition." }, "response": [ { "id": "2ec63497-da1d-4280-9427-fcf3c08b3c6b", "name": "Lab requisition found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/partner/requisition/:id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "requisition", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"appointments\": [\n {\n \"service_request_ids\": [\n \"\",\n \"\"\n ],\n \"start_time\": \"\",\n \"slot_id\": \"\",\n \"collection_address\": {\n \"area\": \"\",\n \"building\": \"\",\n \"emirate\": \"\",\n \"landmark\": \"\",\n \"flat_no\": \"\"\n }\n },\n {\n \"service_request_ids\": [\n \"\",\n \"\"\n ],\n \"start_time\": \"\",\n \"slot_id\": \"\",\n \"collection_address\": {\n \"area\": \"\",\n \"building\": \"\",\n \"emirate\": \"\",\n \"landmark\": \"\",\n \"flat_no\": \"\"\n }\n }\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"patient\": {\n \"id\": \"\"\n },\n \"service_requests\": [\n {\n \"code\": \"\",\n \"id\": \"\",\n \"intent\": \"\",\n \"status\": \"\",\n \"task_business_status\": \"\",\n \"task_description\": \"\"\n },\n {\n \"code\": \"\",\n \"id\": \"\",\n \"intent\": \"\",\n \"status\": \"\",\n \"task_business_status\": \"\",\n \"task_description\": \"\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-2ec63497-da1d-4280-9427-fcf3c08b3c6b" }, { "id": "75b1c8db-0223-4cfe-a7df-0c1da54f77a6", "name": "Lab requisition not found or partner is not an owner", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/partner/requisition/:id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "requisition", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-75b1c8db-0223-4cfe-a7df-0c1da54f77a6" } ], "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-893c67ae-3d86-4d3b-a23b-5996070a7fcc" } ], "id": "111e231a-4de5-40fb-b7da-f78771d584bd", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-111e231a-4de5-40fb-b7da-f78771d584bd" } ], "id": "9dedf105-f060-43e8-85f4-a61ae39b93b2", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-9dedf105-f060-43e8-85f4-a61ae39b93b2" }, { "name": "service-request", "item": [ { "name": "{id}", "item": [ { "name": "status", "item": [ { "name": "Update Service Request Status", "id": "2a58abb0-b9e8-4c9c-9b81-a6774c34cc4a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "whoop-partner/token", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.prod.whoop.com/developer/v2/partner/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"task_business_status\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/partner/service-request/:id/status", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "service-request", ":id", "status" ], "variable": [ { "id": "2ac2196b-7e60-45c9-9ec9-46ead3563176", "key": "id", "value": "", "description": "(Required) Unique identifier of the service request" } ] }, "description": "Updates the business status of a service request task. The requesting partner must be an owner of the service request." }, "response": [ { "id": "1612747b-89af-4623-afd2-5e6bb4b3a598", "name": "Service request status updated successfully", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"task_business_status\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/partner/service-request/:id/status", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "service-request", ":id", "status" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"id\": \"\",\n \"intent\": \"\",\n \"status\": \"\",\n \"task_business_status\": \"\",\n \"task_description\": \"\"\n}", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-1612747b-89af-4623-afd2-5e6bb4b3a598" }, { "id": "68a106fc-42af-4d7d-b3ad-5fa31d114fff", "name": "Service request not found or partner is not an owner", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"task_business_status\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/partner/service-request/:id/status", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "service-request", ":id", "status" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-68a106fc-42af-4d7d-b3ad-5fa31d114fff" } ], "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-2a58abb0-b9e8-4c9c-9b81-a6774c34cc4a" } ], "id": "f0a149aa-3721-454f-8b4f-cbd1d55fe85c", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-f0a149aa-3721-454f-8b4f-cbd1d55fe85c" }, { "name": "results", "item": [ { "name": "Create Diagnostic Report Results for a Service Request", "id": "4f22ed9b-930a-40f6-be7f-fdadd78f8b20", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "whoop-partner/token", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.prod.whoop.com/developer/v2/partner/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\",\n \"observations\": [\n {\n \"value_numeric\": \"\",\n \"value_text\": \"\",\n \"unit\": \"\",\n \"status\": \"\",\n \"code\": \"\"\n },\n {\n \"value_numeric\": \"\",\n \"value_text\": \"\",\n \"unit\": \"\",\n \"status\": \"\",\n \"code\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/partner/service-request/:id/results", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "service-request", ":id", "results" ], "variable": [ { "id": "c30316e6-3b16-456e-9bad-f40c1f48f23d", "key": "id", "value": "", "description": "(Required) Unique identifier of the service request" } ] }, "description": "Creates a diagnostic report with results for a service request. The requesting partner must be an owner of the service request." }, "response": [ { "id": "e418ec1b-a470-435d-b156-0d5caf37e110", "name": "Diagnostic report created successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\",\n \"observations\": [\n {\n \"value_numeric\": \"\",\n \"value_text\": \"\",\n \"unit\": \"\",\n \"status\": \"\",\n \"code\": \"\"\n },\n {\n \"value_numeric\": \"\",\n \"value_text\": \"\",\n \"unit\": \"\",\n \"status\": \"\",\n \"code\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/partner/service-request/:id/results", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "service-request", ":id", "results" ], "variable": [ { "key": "id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-e418ec1b-a470-435d-b156-0d5caf37e110" }, { "id": "0ff3b839-4b0b-40b6-83f8-201e0f231ab7", "name": "Service request not found or partner is not an owner", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\",\n \"observations\": [\n {\n \"value_numeric\": \"\",\n \"value_text\": \"\",\n \"unit\": \"\",\n \"status\": \"\",\n \"code\": \"\"\n },\n {\n \"value_numeric\": \"\",\n \"value_text\": \"\",\n \"unit\": \"\",\n \"status\": \"\",\n \"code\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/partner/service-request/:id/results", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "service-request", ":id", "results" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-0ff3b839-4b0b-40b6-83f8-201e0f231ab7" } ], "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-4f22ed9b-930a-40f6-be7f-fdadd78f8b20" } ], "id": "e3871975-424a-4a63-8fed-5255b3fd1106", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-e3871975-424a-4a63-8fed-5255b3fd1106" }, { "name": "Get a Service Request by ID", "id": "be2999fc-d3ff-435a-b2c5-ab6e6c4a552d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "whoop-partner/token", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.prod.whoop.com/developer/v2/partner/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/partner/service-request/:id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "service-request", ":id" ], "variable": [ { "id": "784b7096-52d7-4173-b694-fc53ab26168c", "key": "id", "value": "", "description": "(Required) Unique identifier of the service request" } ] }, "description": "Retrieves a service request by its unique identifier. The requesting partner must be an owner of the service request." }, "response": [ { "id": "bb2e5135-5a59-4a43-bad3-a2e5e18fc1a8", "name": "Service request found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/partner/service-request/:id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "service-request", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"id\": \"\",\n \"intent\": \"\",\n \"status\": \"\",\n \"task_business_status\": \"\",\n \"task_description\": \"\"\n}", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-bb2e5135-5a59-4a43-bad3-a2e5e18fc1a8" }, { "id": "453504d3-8c0b-4630-b6c0-c4b040d294ea", "name": "Service request not found or partner is not an owner", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/partner/service-request/:id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "service-request", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-453504d3-8c0b-4630-b6c0-c4b040d294ea" } ], "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-be2999fc-d3ff-435a-b2c5-ab6e6c4a552d" } ], "id": "c451f39e-3ace-4ad0-8d0d-1768f7ad19c9", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-c451f39e-3ace-4ad0-8d0d-1768f7ad19c9" } ], "id": "5509dc9b-d2f8-48be-a97c-e70521cea473", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-5509dc9b-d2f8-48be-a97c-e70521cea473" }, { "name": "token", "item": [ { "name": "Request a Partner Client Token", "id": "f42aede6-8f4e-468e-aede-085d39e38441", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"\",\n \"client_secret\": \"\",\n \"scope\": \"\",\n \"grant_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/partner/token", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "token" ] }, "description": "Exchanges partner client credentials for an access token." }, "response": [ { "id": "07bc08a3-92d7-4ee0-bc63-fc69e73e07f8", "name": "Token issued successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"\",\n \"client_secret\": \"\",\n \"scope\": \"\",\n \"grant_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/partner/token", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "token" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"access_token\": \"\",\n \"expires_in\": \"\",\n \"token_type\": \"\"\n}", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-07bc08a3-92d7-4ee0-bc63-fc69e73e07f8" }, { "id": "42620f6c-6439-4029-9079-5714f8d5f342", "name": "Invalid client credentials", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"\",\n \"client_secret\": \"\",\n \"scope\": \"\",\n \"grant_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/partner/token", "host": [ "{{baseUrl}}" ], "path": [ "v2", "partner", "token" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-42620f6c-6439-4029-9079-5714f8d5f342" } ], "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-f42aede6-8f4e-468e-aede-085d39e38441" } ], "id": "e583ab84-b572-49a8-8b21-f3e9b589b580", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-e583ab84-b572-49a8-8b21-f3e9b589b580" } ], "id": "3e511b91-e293-44c5-bc30-195e581458c2", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-3e511b91-e293-44c5-bc30-195e581458c2" } ], "id": "ce574e93-edbf-4dd4-8216-41be9c575139", "createdAt": "2026-07-28T03:29:47.000Z", "updatedAt": "2026-07-28T03:29:47.000Z", "uid": "35240-ce574e93-edbf-4dd4-8216-41be9c575139" } ], "variable": [ { "key": "baseUrl", "value": "https://api.prod.whoop.com/developer" } ] }