Skip to main content
GET
/
v1
/
grants
List consent grants (audit)
curl --request GET \
  --url https://api.swippee.com/v1/grants \
  --header 'Authorization: Bearer <token>'
{
  "grants": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Your API key from the dashboard, sent as Authorization: Bearer swippee_sk_live_....

Query Parameters

status
enum<string>
Available options:
approved,
pending,
revoked,
expired,
denied
limit
integer
default:50
Required range: 1 <= x <= 200

Response

Consent grants

grants
object[]