Skip to main content

List account tags

GET 

/tags/

Retrieve a list of tags associated with the authenticated user's account.

This endpoint allows the authenticated user to obtain a list of tags that are associated with their account. Tags may represent various attributes or categories relevant to the account's information and usage.

Authentication:​

  • Requires a valid OAuth access token with any of the following scopes:
    • Internal Scopes:
      • admin
      • staff
      • user
    • Public Scopes:
      • org:admin
      • org:staff
      • org:user

Response:​

  • 200 OK: Returns a list of tags in JSON format.
    • Each tag contains relevant information for the account.
  • 403 Forbidden: If the user does not have the required scope.
  • 401 Unauthorized: If the request does not include valid authentication.

Response Model:​

  • List[Tag]: Each tag contains fields such as name, and other metadata.

Request​

Responses​

Successful Response