{
"opencollection": "1.0.0",
"info": {
"name": "Openpath API Documentation auth orgs/credentials API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "orgs/credentials",
"type": "folder"
},
"items": [
{
"info": {
"name": "List all credentials from all users within the org",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/credentials",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "limit",
"value": "",
"type": "query"
},
{
"name": "offset",
"value": "",
"type": "query"
},
{
"name": "sort",
"value": "",
"type": "query"
},
{
"name": "order",
"value": "",
"type": "query"
},
{
"name": "q",
"value": "",
"type": "query"
},
{
"name": "filter",
"value": "",
"type": "query"
},
{
"name": "preFilter",
"value": "",
"type": "query"
},
{
"name": "options",
"value": "",
"type": "query"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o{params.orgId}-user:r,o{params.orgId}-dash:w,o{params.orgId}-dash:r,o{params.orgId}-credential:w,o{params.orgId}-credential:r,o{params.orgId}-rpt:r,o{params.orgId}-rpt:w,o{params.orgId}-rptGeneral:r,o{params.orgId}-rptGeneral:w,o:w,o:r,s-o:w,s-o:r
__Endpoint name__: listOrgCredentials"
},
{
"info": {
"name": "List all credential actions",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/credentials/:credentialId/credentialActions",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "credentialId",
"value": "",
"type": "path"
},
{
"name": "limit",
"value": "",
"type": "query"
},
{
"name": "offset",
"value": "",
"type": "query"
},
{
"name": "sort",
"value": "",
"type": "query"
},
{
"name": "order",
"value": "",
"type": "query"
},
{
"name": "q",
"value": "",
"type": "query"
},
{
"name": "filter",
"value": "",
"type": "query"
},
{
"name": "preFilter",
"value": "",
"type": "query"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o{params.orgId}-user:r,o:w,o:r,o-support:w,o-support:r,s-o:w,s-o:r
__Endpoint name__: listCredentialActions"
},
{
"info": {
"name": "Create a credential action",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/orgs/:orgId/credentials/:credentialId/credentialActions",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "credentialId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o:w,o-support:w,s-o:w
__Endpoint name__: createCredentialAction"
},
{
"info": {
"name": "Describe a credential action",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/credentials/:credentialId/credentialActions/:credentialActionId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "credentialId",
"value": "",
"type": "path"
},
{
"name": "credentialActionId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o{params.orgId}-user:r,o:w,o:r,o-support:w,o-support:r,s-o:w,s-o:r
__Endpoint name__: describeCredentialAction"
},
{
"info": {
"name": "Update a credential action",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/orgs/:orgId/credentials/:credentialId/credentialActions/:credentialActionId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "credentialId",
"value": "",
"type": "path"
},
{
"name": "credentialActionId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o:w,o-support:w,s-o:w
__Endpoint name__: updateCredentialAction"
},
{
"info": {
"name": "Delete a credential action",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/orgs/:orgId/credentials/:credentialId/credentialActions/:credentialActionId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "credentialId",
"value": "",
"type": "path"
},
{
"name": "credentialActionId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o:w,o-support:w,s-o:w
__Endpoint name__: deleteCredentialAction"
}
]
}
],
"bundled": true
}