Headers
Your API key for authentication. Use Bearer format.
Example:
"Bearer API_KEY"
Response
200
Call tag
curl --request GET \
--url https://app.happyrobot.ai/api/v1/call-tags \
--header 'authorization: <authorization>'
{
"tags": [
"<string>"
]
}
Returns a list of call tags.
curl --request GET \
--url https://app.happyrobot.ai/api/v1/call-tags \
--header 'authorization: <authorization>'
{
"tags": [
"<string>"
]
}
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
200
Call tag
Was this page helpful?