{
"opencollection": "1.0.0",
"info": {
"name": "Openpath API Documentation auth orgs/parcels API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "orgs/parcels",
"type": "folder"
},
"items": [
{
"info": {
"name": "List active parcels",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/parcels",
"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"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:r,o{params.orgId}-parcelMgmtParcels:w,o:w,o:r,s-o:r,s-o:w
__Endpoint name__: listParcels"
},
{
"info": {
"name": "Create a parcel",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/orgs/:orgId/parcels",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:w,o:w,s-o:w
__Endpoint name__: createParcel"
},
{
"info": {
"name": "Bulk update parcels",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/orgs/:orgId/parcels",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:w,o:w,s-o:w
__Endpoint name__: updateParcels"
},
{
"info": {
"name": "Delete multiple parcels",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/orgs/:orgId/parcels",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:w,o:w,s-o:w
__Endpoint name__: deleteParcels"
},
{
"info": {
"name": "Describe a parcel",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/parcels/:parcelIdExt",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "parcelIdExt",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:r,o{params.orgId}-parcelMgmtParcels:w,o:w,o:r,s-o:r,s-o:w
__Endpoint name__: describeParcel"
},
{
"info": {
"name": "Update a parcel",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/orgs/:orgId/parcels/:parcelIdExt",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "parcelIdExt",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:w,o:w,s-o:w
__Endpoint name__: updateParcel"
},
{
"info": {
"name": "Delete a parcel",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/orgs/:orgId/parcels/:parcelIdExt",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "parcelIdExt",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:w,o:w,s-o:w
__Endpoint name__: deleteParcel"
},
{
"info": {
"name": "Lists activity for parcels",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/parcels/activity",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "limit",
"value": "",
"type": "query"
},
{
"name": "cursor",
"value": "",
"type": "query"
},
{
"name": "filter",
"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}-parcelMgmtParcels:r,o{params.orgId}-parcelMgmtParcels:w,o:r,o:w,s-o:r,s-o:w
__Endpoint name__: getParcelActivity"
},
{
"info": {
"name": "Self-pickup - List parcels",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/parcels/users/:userId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "userId",
"value": "",
"type": "path"
}
]
},
"docs": "__Endpoint name__: listRecipientParcels"
},
{
"info": {
"name": "Lists parcel history",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/parcels/:parcelIdExt/parcelHistory",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "parcelIdExt",
"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}-parcelMgmtParcels:r,o{params.orgId}-parcelMgmtParcels:w,o:w,o:r,s-o:r,s-o:w
__Endpoint name__: listParcelHistory"
},
{
"info": {
"name": "Get a parcel signature",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/parcels/:parcelIdExt/signature",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "parcelIdExt",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:r,o{params.orgId}-parcelMgmtParcels:w,o:w,o:r,s-o:r,s-o:w
__Endpoint name__: getParcelSignature"
},
{
"info": {
"name": "List parcel pictures",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/parcels/:parcelIdExt/parcelPictures",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "parcelIdExt",
"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}-parcelMgmtParcels:r,o{params.orgId}-parcelMgmtParcels:w,o:w,o:r,s-o:r,s-o:w
__Endpoint name__: listParcelPictures"
},
{
"info": {
"name": "Create a parcel picture",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/orgs/:orgId/parcels/:parcelIdExt/parcelPictures",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "parcelIdExt",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:w,o:w,s-o:w
__Endpoint name__: createParcelPicture"
},
{
"info": {
"name": "Get a parcel picture",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/parcels/:parcelIdExt/parcelPictures/:parcelPictureId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "parcelIdExt",
"value": "",
"type": "path"
},
{
"name": "parcelPictureId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:r,o{params.orgId}-parcelMgmtParcels:w,o:w,o:r,s-o:r,s-o:w
__Endpoint name__: describeParcelPicture"
},
{
"info": {
"name": "Update a parcel picture",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/orgs/:orgId/parcels/:parcelIdExt/parcelPictures/:parcelPictureId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "parcelIdExt",
"value": "",
"type": "path"
},
{
"name": "parcelPictureId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:w,o:w,s-o:w
__Endpoint name__: updateParcelPicture"
},
{
"info": {
"name": "Delete a parcel picture",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/orgs/:orgId/parcels/:parcelIdExt/parcelPictures/:parcelPictureId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "parcelIdExt",
"value": "",
"type": "path"
},
{
"name": "parcelPictureId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:w,o:w,s-o:w
__Endpoint name__: deleteParcelPicture"
},
{
"info": {
"name": "Send custom email to recipients",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/orgs/:orgId/parcels/sendEmail",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:r,o{params.orgId}-parcelMgmtParcels:w,o:w,o:r,s-o:r,s-o:w
__Endpoint name__: sendCustomParcelEmail"
},
{
"info": {
"name": "Sign parcels",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/orgs/:orgId/parcels/sign",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:w,o:w,s-o:w
__Endpoint name__: signParcels"
},
{
"info": {
"name": "Self-pickup - resend parcel reminder",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/orgs/:orgId/parcels/users/:userId/sendRecipientParcelReminder",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "userId",
"value": "",
"type": "path"
}
]
},
"docs": "__Endpoint name__: sendRecipientParcelReminder"
},
{
"info": {
"name": "Self-pickup - Update parcel status",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/orgs/:orgId/parcels/users/:userId/pickup",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "userId",
"value": "",
"type": "path"
}
]
},
"docs": "__Endpoint name__: updateParcelPickedUpStatus"
}
]
}
],
"bundled": true
}