Query parameters
-
cursor string
A cursor returned from a previous call to /token-providers
GET /token-providers
curl \
-X GET https://api.statebacked.dev/token-providers \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"tokenProviders": [
{
"service": "string",
"keyId": "sbk_nXzdtCxESemgtxS5JX-LrA",
"mapping": {}
}
],
"cursor": "string"
}
Response examples (200)
{
"tokenProviders": [
{
"service": "string",
"keyId": "sbk_nXzdtCxESemgtxS5JX-LrA",
"mapping": {}
}
],
"cursor": "string"
}