GET
/
call-tags
curl --request GET \
  --url https://app.happyrobot.ai/api/v1/call-tags \
  --header 'authorization: <authorization>'
{
  "tags": [
    "<string>"
  ]
}

Headers

authorization
string
required

Your API key for authentication. Use Bearer format.

Response

200 - application/json
tags
string[]
required