Signature
Legacy
Signature
The legacy receipt wrapper for a response.
GET
Signature
/v1/signature/{id} is a legacy endpoint kept for backward compatibility with earlier API clients. It returns the same receipt as the
canonical GET /v1/aci/receipts/{id}, wrapped in a legacy envelope. New
integrations should use the canonical endpoint.
A receipt id (
rcpt-…) or a response id (chat id).Response
| Field | Description |
|---|---|
api_version | ACI version token, for example aci/1. |
signing_algo | Signature algorithm, for example ecdsa. |
signing_address | Address that signed text. |
text | "<request body hash>:<response hash>". The signed message. |
signature | Signature over text. |
receipt | The full receipt object, identical to the canonical /v1/aci/receipts/{id} response. |
/v1/aci/receipts/{id} returns the receipt object directly, without the outer
text / signature / signing_address envelope.