List endpoint tags

Returns a list of tags assigned to the provided endpoint.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

endpoint_idintegerRequired
Numeric ID of an endpoint

Response

Tags successfully listed.
iddouble or null
namestring or null
resource_countdouble or null
tag_colorobject or null

Errors