Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.usepylon.com/tags \ --header 'Authorization: Bearer <token>'
{ "data": [ { "hex_color": "<string>", "id": "<string>", "object_type": "<string>", "value": "<string>" } ], "pagination": { "cursor": "<string>", "has_next_page": true }, "request_id": "<string>" }
Get all tags
Authorization: Bearer
The data payload of the response.
Show child attributes
The request ID for tracking.