Users
Read shared user tags
Authorization
ApiKey AuthorizationBearer <token>
An API key, sent as Authorization: Bearer carillon_sk_live_…. A secret key sends, reads traces and manages devices; a mobile key may only register its own device and report that device’s events.
In: header
Path Parameters
externalId*string
Length
1 <= length <= 256Response Body
application/json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/users/string/tags"{ "external_id": "string", "tags": { "property1": "string", "property2": "string" }}