For developers
Integrate via APIs
API reference
Development quickstart
Browse our sample projects
curl -X 'GET' \
  'https://app.wearegroov.io/api/v1/auth/consent/page?institutionAccountId=DemoLink' \
  -H 'accept: application/json' \
  -H 'x-api-key: pk-live-xxxxxxx0-yyyyyy1-zzz0'
curl -X 'POST' \
  'https://app.wearegroov.io/api/v1/webhook' \
  -H 'accept: application/json' \
  -H 'x-api-key: pk-live-xxxxxxx0-yyyyyy1-zzz0' \
  -H 'Content-Type: application/json' \
  -d '{
  "webhookUrl": "https://webhook.site/mydemowebhook",
  "description": "Demo webhook",
  "status": "ACTIVE",
  "eventTypeIds": [
   1/authorisation.enabled
  ]
}'
Need help? Contact Support.
Questions? Contact Sales.

