GET

/connection-definitions

curl --request GET \
  --url https://api.sandbox.{gr4vy_id}.gr4vy.app/connection-definitions \
  --header 'Authorization: <authorization>'
{
  "items": [
    {
      "category": "card",
      "count": "1",
      "group": "payment-service",
      "icon_url": "https://cdn.gr4vy.app/stripe.svg",
      "id": "stripe-card",
      "name": "Stripe",
      "provider": "Stripe",
      "type": "connection-definition"
    }
  ]
}

This endpoint requires the connections.read scope.

Authorizations

Authorizationheaderrequired
string

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
items
object[]