Skip to main content
GET
/
v1
/
consents
/
{id}
/
data
Redeem a consent
curl --request GET \
  --url https://api.swippee.com/v1/consents/{id}/data
{
  "scopes": [
    "<string>"
  ],
  "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.

Path Parameters

id
string
required

Query Parameters

token
string
required

Response

Shared data

scopes
string[]
data
object