curl --request POST \
--url https://integration.getmateo.com/api/v1/conversation_tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"created_at": "now()",
"updated_at": "now()",
"organisation_id": "random uuid",
"tag_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"conversation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
"created_at": "now()",
"updated_at": "now()",
"organisation_id": "random uuid",
"tag_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"conversation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
Create a new conversation tag
curl --request POST \
--url https://integration.getmateo.com/api/v1/conversation_tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"created_at": "now()",
"updated_at": "now()",
"organisation_id": "random uuid",
"tag_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"conversation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
"created_at": "now()",
"updated_at": "now()",
"organisation_id": "random uuid",
"tag_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"conversation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filtering Columns
conversation_tag
The body is of type object
.
The updated Conversation Tag object
The response is of type object
.