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 http://localhost:7701/api/v1/company/gateways/order \ --header 'X-API-Key: <api-key>'
{ "data": [ { "gateway_id": 1, "gateway_slug": "pagarme", "order": 1, "enabled": true } ] }
Returns all company gateways sorted by their current priority order.
Company API key. Send in the X-API-Key header.
Gateway order list
Show child attributes