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

Documentation Index

Fetch the complete documentation index at: https://docs.swippee.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

Consents

data
object[]