curl --request GET \
--url https://services.leadconnectorhq.com/locations/{locationId}/tags \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"tags": [
{
"name": "minim aliquip anim",
"locationId": "ve9EPM428h8vShlRW1KT",
"id": "flGwEuzsfJOia1i1ikRN"
}
]
}Get Sub-Account (Formerly Location) Tags
curl --request GET \
--url https://services.leadconnectorhq.com/locations/{locationId}/tags \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"tags": [
{
"name": "minim aliquip anim",
"locationId": "ve9EPM428h8vShlRW1KT",
"id": "flGwEuzsfJOia1i1ikRN"
}
]
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Location Id
Successful response
Show child attributes
Was this page helpful?