Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://pay.autorizou.dev/api/v1/payment-links \ --header 'Authorization: Bearer <token>'
Lista os links de pagamento do seu lojista (paginado)
curl "https://pay.autorizou.dev/api/v1/payment-links?per_page=20" \ -H "Authorization: Bearer SUA_CHAVE"
{ "data": [ { "uuid": "9b2c1f7a-3e4d-4a8b-9c1d-2f3e4a5b6c7d", "hash": "AUTLNK01KW2P8M4Q7K3M9QP", "url": "https://link.autorizou.dev/p/AUTLNK01KW2P8M4Q7K3M9QP", "title": "Consultoria — Plano Premium", "amount": 19900, "status": "active", "paid_count": 3 } ], "links": { "first": "...", "last": "...", "prev": null, "next": "..." }, "meta": { "current_page": 1, "per_page": 20, "total": 1 } }