List all order intents for the authenticated user.
API scope required: order-intents.read
API key required for authentication
Returns the list of order intents
{
"orderIntentId": "oi_8d6a4b1f-9c8a-4cba-b2c1-3a5b8c0d6f12",
"agentId": "9b3a1c20-1f2c-4f78-9f4d-6c5b8a3a8a01",
"phase": "requires-verification",
"payment": {
"paymentMethodId": "pm_8d6a4b1f-9c8a-4cba-b2c1-3a5b8c0d6f12"
},
"mandates": [
{
"type": "maxAmount",
"value": "100.00",
"details": { "currency": "usd", "period": "monthly" }
},
{
"type": "description",
"value": "Weekly grocery purchases"
}
],
"verificationConfig": {
"environment": "production",
"publicApiKey": "key_publicSomething",
"agentId": "agt_btxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"instructionId": "ins_btxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}