Query parameters
-
cursor string
A cursor returned from a previous call to /idps
GET /idps
curl \
-X GET https://api.statebacked.dev/idps \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"idps": [
{
"iss": "string",
"aud": "string",
"algs": [
"HS256"
],
"jwksUrl": "string",
"mapping": {}
}
],
"cursor": "string"
}
Response examples (200)
{
"idps": [
{
"iss": "string",
"aud": "string",
"algs": [
"HS256"
],
"jwksUrl": "string",
"mapping": {}
}
],
"cursor": "string"
}