Skip to main content
GET
/
api
/
v1
/
company
/
gateways
List company gateway credentials
curl --request GET \
  --url http://localhost:7701/api/v1/company/gateways \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "id": 1,
      "client_id": "client_xyz",
      "secret_key": "************a1b2",
      "gateway": {
        "id": 1,
        "name": "Pagarme",
        "slug": "pagarme",
        "has_split": true,
        "is_active": true
      }
    }
  ]
}

Authorizations

X-API-Key
string
header
required

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

Response

List of company gateways

data
object[]