cURL
curl --request POST \ --url https://api.mentionlab.io/api/tags/{id}/link \ --header 'Content-Type: application/json' \ --header 'x-organisation-id: <x-organisation-id>' \ --header 'x-project-id: <x-project-id>' \ --data ' { "queryId": "01234567-89ab-cdef-0123-456789abcdef" } '
Organisation ID to specify the organisation context
Project ID to specify the project context
ID of the query to link the tag to
"01234567-89ab-cdef-0123-456789abcdef"