Skip to main content
GET
/
api
/
v1
/
gateways
List available gateways
curl --request GET \
  --url http://localhost:7701/api/v1/gateways \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "id": 1,
      "name": "Pagarme",
      "slug": "pagarme",
      "description": "Brazilian payment gateway",
      "has_split": true
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Company API key. Send in the X-API-Key header.

Response

List of active gateways

data
object[]