Blooio API Reference
Contacts

List contact tags

List all tags assigned to a contact.

GET
/contacts/{contactId}/tags

Authorization

BearerAuth
AuthorizationBearer <token>

API key authentication. Use your API key as the bearer token.

In: header

Path Parameters

contactId*string

Contact identifier (phone number in E.164 format or email, URL-encoded)

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://backend.blooio.com/v2/api/contacts/%2B15551234567/tags"
{
  "tags": [
    {
      "tag": "vip",
      "created_at": 0
    }
  ]
}
{
  "error": "string",
  "status": 0
}
{
  "error": "string",
  "status": 0
}
{
  "error": "string",
  "status": 0
}