# Get summary by unique ID **GET /summary/{uniqueid}** ## Servers - Local development server: http://localhost:8080 (Local development server) - Production server: https://middleware.example.com/api (Production server) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **uniqueid** (string) ## Responses ### 200 Summary retrieved #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object) ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () - **error** (string) ### 403 Forbidden #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () - **error** (string) ### 400 Missing uniqueid #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () - **error** (string) ### 500 Failed to fetch summary #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () - **error** (string) ### 404 Not found #### 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)