{
"opencollection": "1.0.0",
"info": {
"name": "Frame.io Account Permissions Groups 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": "Groups",
"type": "folder"
},
"items": [
{
"info": {
"name": "List groups",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.frame.io/v4/accounts/:account_id/groups",
"params": [
{
"name": "account_id",
"value": "974c52fb-4e22-4e68-a532-61c0e9716841",
"type": "path"
},
{
"name": "include",
"value": "",
"type": "query"
},
{
"name": "sort",
"value": "",
"type": "query",
"description": "Sort groups 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 groups in account.
Rate Limits: 100 calls per 1.00 minute(s) per account_user"
},
{
"info": {
"name": "Create group",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.frame.io/v4/accounts/:account_id/groups",
"params": [
{
"name": "account_id",
"value": "69804a80-af31-4d57-a9f2-8890ab4960cf",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create group for the current account.
Rate Limits: 10 calls per 1.00 minute(s) per account_user"
},
{
"info": {
"name": "Show group",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.frame.io/v4/accounts/:account_id/groups/:group_id",
"params": [
{
"name": "account_id",
"value": "7238c8d4-cbfc-4b3b-be37-ba3cfdc23328",
"type": "path"
},
{
"name": "group_id",
"value": "c2597adf-70a2-43e6-bb44-338f9bd2826e",
"type": "path"
},
{
"name": "include",
"value": "",
"type": "query"
}
]
},
"docs": "Show group details.
Rate Limits: 100 calls per 1.00 minute(s) per account_user"
},
{
"info": {
"name": "Update group",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://api.frame.io/v4/accounts/:account_id/groups/:group_id",
"params": [
{
"name": "account_id",
"value": "749070e6-1e78-45c1-8c83-405410aa293d",
"type": "path"
},
{
"name": "group_id",
"value": "a22a1f71-8401-4371-aa3a-41934d300aaa",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update group details.
Rate Limits: 10 calls per 1.00 minute(s) per account_user"
}
]
}
],
"bundled": true
}