← Back to search
45
Partial
Agentic Readiness Score
developer openapiapillms-txt

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 45/100

            

llms.txt Content

# Chargeblast ## Docs - [Fetch Alerts](https://docs.chargeblast.com/api-reference/alerts/fetch-alerts.md): Get all the alerts from your chargeblast account. - [Fetch an Alert](https://docs.chargeblast.com/api-reference/alerts/fetch-an-alert.md): Get a specific alert. - [Update Alert](https://docs.chargeblast.com/api-reference/alerts/update-alert.md): Update the state of an alert to properly inform the banks of whether or not a refund will be issued. If an alert is left unactioned for 72 hours it will be automatically declined. For best results mark alerts as resolved within 24 hours of receiving them (some smaller banks will escalate quarantined… - [Create Credit Request](https://docs.chargeblast.com/api-reference/credit-requests/create.md): Creates a credit request for a rejected alert. Will fail if requesting credit from resolved alert or alert with an existing credit request, otherwise will simply return 200 response code. - [Fetch Deflection Logs](https://docs.chargeblast.com/api-reference/deflections/logs.md): Get a list of all look up requests. - [Enroll Merchant](https://docs.chargeblast.com/api-reference/enrollment/enroll-merchant.md): Enroll the merchant in a various alert program. If no merchant_id is specified a new merchant object will be automatically generated. For each alert program various info is required. For example, for Ethoca, only descriptors are. To see which info is required see [here](https://docs.chargeblast.io/r… - [Fetch Descriptors](https://docs.chargeblast.com/api-reference/enrollment/fetch-descriptors.md): Fetch all the descriptors for your merchants. - [Fetch Merchant](https://docs.chargeblast.com/api-reference/enrollment/fetch-merchant.md): Get an individual merchant from your chargeblast account. - [Fetch Merchants](https://docs.chargeblast.com/api-reference/enrollment/fetch-merchants.md): Get all the merchants from your chargeblast account. Response is paginated. The `name` field is set during onboarding of the merchant and c

OpenAPI Spec (preview)

{ "tags": [ { "name": "Credit Requests" }, { "name": "Sync Data" }, { "name": "Alerts" }, { "name": "Enrollment" } ], "openapi": "3.0.1", "servers": [ { "url": "https://api.chargeblast.com" } ], "paths": { "/api/v3/deflections/logs": { "get": { "operationId": "deflection-logs", "summary": "Fetch Deflection Logs", "parameters": [ { "name": "page", "