{
"opencollection": "1.0.0",
"info": {
"name": "Frame.io Account Permissions Accounts API",
"version": "v4.0"
},
"request": {
"auth": {
"type": "oauth2",
"flow": "authorization_code",
"authorizationUrl": "https://ims-na1.adobelogin.com/ims/authorize/v2",
"accessTokenUrl": "https://ims-na1.adobelogin.com/ims/token/v3",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"items": [
{
"info": {
"name": "Accounts",
"type": "folder"
},
"items": [
{
"info": {
"name": "List accounts",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.frame.io/v4/accounts",
"params": [
{
"name": "sort",
"value": "",
"type": "query",
"description": "Sort accounts by query params"
},
{
"name": "after",
"value": "",
"type": "query",
"description": "Opaque Cursor query param for requests returning paginated results.\n
\nNOTE: this value is auto-generated and included as part of links from a previous response. It is not intended to be human readable.\n"
},
{
"name": "page_size",
"value": "",
"type": "query"
},
{
"name": "include_total_count",
"value": "",
"type": "query"
}
]
},
"docs": "List accounts for the current user.
Rate Limits: 100 calls per 1.00 minute(s) per account_user"
},
{
"info": {
"name": "List audit logs",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.frame.io/v4/accounts/:account_id/audit_logs",
"headers": [
{
"name": "api-version",
"value": ""
}
],
"params": [
{
"name": "account_id",
"value": "140abdd7-ee78-49d0-b126-8471a1e42400",
"type": "path"
},
{
"name": "include",
"value": "",
"type": "query"
},
{
"name": "filters",
"value": "filters[to_date]=2025-08-25&filters[from_date]=2025-07-25",
"type": "query"
},
{
"name": "after",
"value": "",
"type": "query",
"description": "Opaque Cursor query param for requests returning paginated results.\n
\nNOTE: this value is auto-generated and included as part of links from a previous response. It is not intended to be human readable.\n"
},
{
"name": "page_size",
"value": "",
"type": "query"
},
{
"name": "include_total_count",
"value": "",
"type": "query"
}
]
},
"docs": "List audit logs with filtering capabilities via query params.
Rate Limits: 100 calls per 1.00 minute(s) per account_user"
}
]
}
],
"bundled": true
}