GET | /locations/search | Search sub-accounts within your agency |
POST | /locations/ | Create a new sub-account |
GET | /locations/{locationId} | Get details of a sub-account by ID |
PUT | /locations/{locationId} | Update a sub-account |
DELETE | /locations/{locationId} | Delete a sub-account from the agency |
GET | /locations/{locationId}/tags | Get all tags for a sub-account |
POST | /locations/{locationId}/tags | Create a tag on a sub-account |
GET | /locations/{locationId}/tags/{tagId} | Get a specific tag by ID |
PUT | /locations/{locationId}/tags/{tagId} | Update a tag |
DELETE | /locations/{locationId}/tags/{tagId} | Delete a tag |
POST | /locations/{locationId}/tasks/search | Search and filter tasks |
GET | /locations/{locationId}/recurring-tasks/{id} | Get a recurring task by ID |
POST | /locations/{locationId}/recurring-tasks | Create a recurring task |
PUT | /locations/{locationId}/recurring-tasks/{id} | Update a recurring task |
DELETE | /locations/{locationId}/recurring-tasks/{id} | Delete a recurring task |
GET | /locations/{locationId}/customFields | Get all custom field definitions |
POST | /locations/{locationId}/customFields | Create a custom field |
GET | /locations/{locationId}/customFields/{id} | Get a specific custom field |
PUT | /locations/{locationId}/customFields/{id} | Update a custom field |
DELETE | /locations/{locationId}/customFields/{id} | Delete a custom field |
POST | /locations/{locationId}/customFields/upload | Upload a file to a custom field |
GET | /locations/{locationId}/customValues | Get all custom values |
POST | /locations/{locationId}/customValues | Create a custom value |
GET | /locations/{locationId}/customValues/{id} | Get a specific custom value |
PUT | /locations/{locationId}/customValues/{id} | Update a custom value |
DELETE | /locations/{locationId}/customValues/{id} | Delete a custom value |
GET | /locations/{locationId}/timezones | Fetch available timezones |
GET | /locations/{locationId}/templates | Get all email and SMS templates |
DELETE | /locations/{locationId}/templates/{id} | Delete an email or SMS template |