get https://api.dmchamp.com/v1/contacts/tags
This endpoint retrieves a list of tags associated with a specific contact.
Required Parameter:
contactId: The unique identifier of the contact.
API Key:
An API key is required for authentication.
The endpoint will return an appropriate error response in the following cases:
- Missing Parameter: If the contactId parameter is missing, a 400 Bad Request error is returned.
- Invalid API Key: If the provided API key is invalid, a 401 Unauthorized error is returned.
- Contact Not Found: If the specified contact ID does not exist, a 404 Not Found error is returned.
- Other Errors: In case of other errors, a 400 Bad Request error is returned along with an error message.