Fetch contacts filtered tag-wise for the authenticated account. This endpoint returns the list of contacts associated with one or more tag IDs.
POST https://business.me-mate.net/api/betav3/tagmanage/tag/fetchContactsTagWise
This request uses the following Postman variable(s):
{{api_key}} (required): Your API key.Ensure
api_keyis defined in the active scope (environment/collection/global) before sending.
X-Requested-With: XMLHttpRequestContent-Type: application/json
Fields:
api_key (string, required): API key value. In this collection it is typically set as "{{api_key}}".
tags (array, required): List of tag IDs to filter by.
Example body:
Response shape can vary by account and tag configuration.
400 Bad Request
Missing required fields (api_key, tags)
tags is not an array or contains invalid IDs
401 Unauthorized / 403 Forbidden
Invalid/expired API key (api_key)
API key not permitted to access the requested resource
422 Unprocessable Entity
500 Internal Server Error
Confirm {{api_key}} resolves to a non-empty value (use the eye icon next to variables in Postman).
Ensure tags contains numeric tag IDs that exist for the account.
If you receive auth errors, re-check the active environment and the api_key variable value.