{
"opencollection": "1.0.0",
"info": {
"name": "Opendock Nova API Documentation Appointments Carrier Users API",
"version": "v4.144.0 - 39b4253"
},
"items": [
{
"info": {
"name": "Carrier Users",
"type": "folder"
},
"items": [
{
"info": {
"name": "Retrieve multiple Users",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://neutron.opendock.com/carrier",
"params": [
{
"name": "onlyIncludeFavorites",
"value": "",
"type": "query",
"description": "Filters returned carriers to only include \"Favorite\" carriers."
},
{
"name": "fields",
"value": "",
"type": "query",
"description": "Selects resource fields. Docs"
},
{
"name": "s",
"value": "",
"type": "query",
"description": "Adds search condition. Docs"
},
{
"name": "filter",
"value": "",
"type": "query",
"description": "Adds filter condition. Docs"
},
{
"name": "or",
"value": "",
"type": "query",
"description": "Adds OR condition. Docs"
},
{
"name": "sort",
"value": "",
"type": "query",
"description": "Adds sort by field. Docs"
},
{
"name": "join",
"value": "",
"type": "query",
"description": "Adds relational resources. Docs"
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "Limit amount of resources. Docs"
},
{
"name": "offset",
"value": "",
"type": "query",
"description": "Offset amount of resources. Docs"
},
{
"name": "page",
"value": "",
"type": "query",
"description": "Page portion of resources. Docs"
},
{
"name": "cache",
"value": "",
"type": "query",
"description": "Reset cache (if was enabled). Docs"
}
],
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"docs": "Retrieve multiple Users"
},
{
"info": {
"name": "Create a single User",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://neutron.opendock.com/carrier",
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"docs": "Create a single User"
},
{
"info": {
"name": "CarrierController_getManyBooked",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://neutron.opendock.com/carrier/booked",
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
}
},
{
"info": {
"name": "CarrierController_getOrgCarrierSettingsOrg",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://neutron.opendock.com/carrier/:id/org-carrier-settings",
"params": [
{
"name": "id",
"value": "",
"type": "path"
}
],
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
}
},
{
"info": {
"name": "CarrierController_updateOrgCarrierSettings",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://neutron.opendock.com/carrier/:id/org-carrier-settings",
"params": [
{
"name": "id",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
}
},
{
"info": {
"name": "CarrierController_getOrgCarrierSettingsCarrier",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://neutron.opendock.com/carrier/org-carrier-settings/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path"
}
],
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
}
},
{
"info": {
"name": "CarrierController_getCarrierPreviewToken",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://neutron.opendock.com/carrier/preview",
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
}
},
{
"info": {
"name": "CarrierController_getCarrierSettings",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://neutron.opendock.com/carrier/settings",
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
}
},
{
"info": {
"name": "CarrierController_getFavoriteWarehouses",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://neutron.opendock.com/carrier/settings/favorite-warehouses",
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
}
},
{
"info": {
"name": "CarrierController_addFavoriteWarehouse",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://neutron.opendock.com/carrier/settings/favorite-warehouses",
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
}
},
{
"info": {
"name": "CarrierController_removeFavoriteWarehouse",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://neutron.opendock.com/carrier/settings/favorite-warehouses",
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
}
},
{
"info": {
"name": "Retrieve a single User",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://neutron.opendock.com/carrier/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path"
},
{
"name": "fields",
"value": "",
"type": "query",
"description": "Selects resource fields. Docs"
},
{
"name": "join",
"value": "",
"type": "query",
"description": "Adds relational resources. Docs"
},
{
"name": "cache",
"value": "",
"type": "query",
"description": "Reset cache (if was enabled). Docs"
}
],
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"docs": "Retrieve a single User"
}
]
}
],
"bundled": true
}