Skip to main content
GET
/
api
/
tags
/
{id}
Get a tag
curl --request GET \
  --url https://api.mentionlab.io/api/tags/{id} \
  --header 'x-organisation-id: <x-organisation-id>' \
  --header 'x-project-id: <x-project-id>'

Headers

x-organisation-id
string
required

Organisation ID to specify the organisation context

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
number
required

Response

200 - undefined