{ "opencollection": "1.0.0", "info": { "name": "Procurify API Documentation account-codes permissions API", "version": "1.0" }, "items": [ { "info": { "name": "permissions", "type": "folder" }, "items": [ { "info": { "name": "Get Available User Permissions", "type": "http" }, "http": { "method": "GET", "url": "https://{user_domain}.procurify.com/api/v3/permissions/", "params": [ { "name": "format", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://.procurify.com/oauth/authorize", "accessTokenUrl": "https://.procurify.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Available User Permissions" }, { "info": { "name": "Get Available System Roles", "type": "http" }, "http": { "method": "GET", "url": "https://{user_domain}.procurify.com/api/v3/permissions/groups/", "params": [ { "name": "format", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "permission", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query", "description": "A search term." }, { "name": "type", "value": "", "type": "query" }, { "name": "user", "value": "", "type": "query" }, { "name": "userprofile", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://.procurify.com/oauth/authorize", "accessTokenUrl": "https://.procurify.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Available System Roles" } ] } ], "bundled": true }