Loyal Spark Recipient API — Offers is a paid API for AI agents from api.loyalspark.online, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).
Retrieves available loyalty offers accessible to a recipient via the Loyal Spark platform
Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes, customers earn real value with every purchase, and AI agents automate the rest via REST and MCP. Free plan mints up to 1,000 tokens per month; every call is scoped by row-level security to the wallet behind the API key. 16 skill guides at loyalspark.online/.well-known/skills/index.md.
A list of available loyalty offers accessible to the authenticated recipient, likely including offer details such as offer ID, name, description, discount or reward value, validity period, and eligibility criteria.
GEThttps://api.loyalspark.online/x402-gateway/recipient-api/offersUse this endpoint when you need to retrieve the list of offers available to a specific loyalty program recipient on the Loyal Spark platform. Prefer this over the general 'offers' sibling endpoint when you need recipient-scoped or personalized offer data rather than a global offers list.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object | |
| inputSchema | object |
{
"type": "json",
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
}
},
"additionalProperties": true
},
"description": "JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape."
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"