Get user tags

Retrieves all the tags of a selected user

GET /documents/tags

Arguments

Name (bold if mandatory) Type Comments Default
N/A

Response

If successful, a structure listing values is returned:

Property Type Description
Value String List (array) of all tags

(Note: based on user authorization token)

Sample Calls


GET /documents/tags HTTP/1.1
Host: rest.interfax.net
Authorization:
Bearer - generated from accounts/token method.

Sample response (prettified for display here)

["String content"]