Skip to main content
GET
/
connection-tag
List Connection Tags
curl --request GET \
  --url https://api.pathstack.io/connection-tag \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-version
string<date>
default:2024-03-27
Example:

"2024-03-27"

Response

Successful Response

data
TenantTag · object[]
required

Successful response payload