Skip to main content
GET
/
v1
/
grants
/
{id}
/
data
Read granted data
curl --request GET \
  --url https://api.swippee.com/v1/grants/{id}/data \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Swippee-Access-Token: <x-swippee-access-token>'
{
  "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.

Authorizations

Authorization
string
header
required

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

Headers

X-Swippee-Access-Token
string
required

Path Parameters

id
string
required

Response

Granted data

scopes
string[]
data
object