Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
curl --request GET \
--url https://api.comm.com/api/v1/hub/endpoints/tags \
--header 'Authorization: Bearer <token>'
{
"tags": "<string>"
}
curl --request GET \
--url https://api.comm.com/api/v1/hub/endpoints/tags \
--header 'Authorization: Bearer <token>'
{
"tags": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.