Available Access
Last updated
Was this helpful?
Last updated
Was this helpful?
100
GET /api/user/v1/available-access/bundles HTTP/1.1
Host: api.apono.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
OK
{
"items": [
{
"id": "text",
"name": "text"
}
],
"pagination": {
"next_page_token": "text"
}
}
100
GET /api/user/v1/available-access/entitlements HTTP/1.1
Host: api.apono.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
OK
{
"items": [
{
"integration": {
"id": "text",
"name": "text"
},
"resource": {
"id": "text",
"source_id": "text",
"type": {
"id": "text",
"label": "text"
},
"name": "text"
},
"permission": {
"id": "text",
"source_id": "text",
"name": "text"
}
}
],
"pagination": {
"next_page_token": "text"
}
}