Download OpenAPI specification:Download
Operations exposed by the Issuer Bank for Amiko to send events.
Submit an event related to Amiko. See the details for the different types of events.
| tracing-id required | string Tracing ID that can be used to track interactions. |
| auth_header | string The given http header "auth_header" should be considered only a placeholder in this OpenAPI spec. The actual header name and header value must match the configured authentication strategy e.g. API Key or JWT. |
required | object (event.header) |
required | any |
{- "header": {
- "version": "2026.1.0",
- "eventId": "93a5bbf3-48f4-4786-93af-6437331aea9a",
- "generatedAt": 0
}, - "event": {
- "type": "case_created",
- "cardholderId": "2bd52a45-129d-4723-9143-e1c5b5ed34e7",
- "cardId": "b8ba25f3-c945-4ed0-9d4d-e3153a0dd048",
- "caseId": "1234",
- "caseType": "fraud",
- "createdVia": "cardholder_self_service"
}
}{- "error": {
- "message": "string",
- "description": "string"
}
}Submit a domain event related to Amiko. See the details for the different types of events.
| tracing-id required | string Tracing ID that can be used to track interactions. |
| auth_header | string The given http header "auth_header" should be considered only a placeholder in this OpenAPI spec. The actual header name and header value must match the configured authentication strategy e.g. API Key or JWT. |
required | object (domain_event.header) |
required | any (domain_event.body) |
{- "header": {
- "eventId": "93a5bbf3-48f4-4786-93af-6437331aea9a",
- "generatedAt": 0,
- "entity": {
- "type": "string",
- "id": "string"
}, - "serial": 512,
- "causedBy": "agent",
- "agentId": "61f925fa-653b-46f0-9117-d03040e9b775"
}, - "event": {
- "event_name": "case_created",
- "caseId": "1234",
- "cardId": "b8ba25f3-c945-4ed0-9d4d-e3153a0dd048",
- "createdVia": "cardholder_self_service",
- "bankCaseId": "string"
}
}{- "error": {
- "message": "string",
- "description": "string"
}
}The specification is based on the IETF draft https://inadarei.github.io/rfc-healthcheck/.
Please refer to our Health Check documentation for more information.
| auth_header | string The given http header "auth_header" should be considered only a placeholder in this OpenAPI spec. The actual header name and header value must match the configured authentication strategy e.g. API Key or JWT. |
{- "status": "fail"
}