# Punch Rescue Developer portal ## Docs - [Introduction](https://docs.punchrescue.com/api-reference/introduction.md): Integrate external systems with Punch Rescue — onboard organizations, manage alert categories, and drive the emergency lifecycle. - [Create Single Category](https://docs.punchrescue.com/api-reference/notify/create-single-category.md): Create a single category for an organization. - [Delete Category](https://docs.punchrescue.com/api-reference/notify/delete-category.md): Delete a single category by its categoryId. - [Partial Update Category](https://docs.punchrescue.com/api-reference/notify/partial-update-category.md): Partially update a single category by its categoryId. - [Replace Single Category](https://docs.punchrescue.com/api-reference/notify/replace-single-category.md): Fully replace a single category by its categoryId. - [Resolve Emergency](https://docs.punchrescue.com/api-reference/notify/resolve-emergency.md): Resolve an emergency (RESOLVED event). - [Submit Notify Organization Request](https://docs.punchrescue.com/api-reference/notify/submit-notify-organization-request.md): Submit a raw Notify organization request for later activation. - [Trigger Emergency Alert](https://docs.punchrescue.com/api-reference/notify/trigger-emergency-alert.md): Trigger an emergency alert for a specific organization and category. - [Update Emergency Category](https://docs.punchrescue.com/api-reference/notify/update-emergency-category.md): Update the category of an emergency (CATEGORIZED event). - [Update Emergency Details](https://docs.punchrescue.com/api-reference/notify/update-emergency-details.md): Partially update emergency details (metadata, description). - [Update Emergency Event](https://docs.punchrescue.com/api-reference/notify/update-emergency-event.md): Update existing emergencies (CATEGORIZED or RESOLVED events). - [Update Organization Details](https://docs.punchrescue.com/api-reference/notify/update-organization-details.md): Partially update organization details (name, description, systemUserId). - [Upsert Organization Categories](https://docs.punchrescue.com/api-reference/notify/upsert-organization-categories.md): Upsert, replace, or remove category definitions for an organization. ## OpenAPI Specs - [openapi](https://docs.punchrescue.com/openapi.json)