v2
{ "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": {}, "mode": "live", "created_at": "<string>", "updated_at": "<string>" }
Retrieve a specific mandate by its ID.
Authentication Required: JWT Bearer Token
Authorization: Bearer <jwt_token>
JWT Bearer token from Auth0 authentication
Mandate details including product, price, and metadata
Mandate response