# Watch for call summary **POST /summary/watch** ## Servers - Local development server: http://localhost:8080 (Local development server) - Production server: https://middleware.example.com/api (Production server) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **uniqueid** (string) Unique ID of the call to watch ## Responses ### 202 Watch started #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () ### 200 Watch already active or unavailable #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () ### 400 Invalid request #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () - **error** (string) ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () - **error** (string) ### 403 Forbidden - user is not part of the call #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () - **error** (string) ### 503 Service unavailable #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () - **error** (string) [Powered by Bump.sh](https://bump.sh)