GET
/
tag
curl --request GET \
  --url https://api.pathstack.io/tag \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "<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
default:2024-03-27
Example:

"2024-03-27"

Response

200
application/json
Successful Response
data
string[]
required

Successful response payload