# API Endpoints

- [Alert Status Update](https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints/alert-status-update.md): Notify TxAlert of actions taken and status updates on the alert by a merchant.
- [Test Alert Endpoint](https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints/test-alert-endpoint.md)
- [Create Descriptor Enrollment](https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints/create-descriptor-enrollment.md): API to create descriptor enrollment request
- [Descriptor Enrollment Status](https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints/descriptor-enrollment-status.md): API to get  descriptor enrollment request status with enrollment request id
- [Descriptor Enrollment List](https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints/descriptor-enrollment-list.md): This endpoint will return the descriptor that are requested for enrollment and their status
- [Inform Alerts](https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints/inform-alerts.md): This endpoint will return the inform alerts


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
