Documentation

Welcome to Groov's product guide, no-code embed plugins and API developer hub. Our knowledge base of everything you'll need to craft lending products into your workflows and UX - right where your customers need them. Lets get Grooving...

For developers

Integrate via APIs
API reference
Development quickstart
Browse our sample projects

How Groov works

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
  ]
}'

Try it out!

Examples of how easy it is to integrate via Groov

Need help? Contact Support.

Questions? Contact Sales.