GET
/
api
/
v1
/
mandate
/
[
  {
    "id": 123,
    "request_id": "<string>",
    "customer_id": "<string>",
    "product": "<string>",
    "product_description": "<string>",
    "price": 123,
    "currency": "<string>",
    "merchant": "<string>",
    "merchant_link": "<string>",
    "confidence_score": 123,
    "conversation_context": {},
    "human_messages": [
      "<any>"
    ],
    "additional_details": {},
    "created_at": "<string>",
    "updated_at": "<string>"
  }
]

Authorizations

Authorization
string
header
required

JWT Bearer token from Auth0 authentication

Response

200
application/json

List of all mandates for the customer

The response is of type MandateResponse · object[].