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.pathstack.io/account/summary \ --header 'Authorization: Bearer <token>'
{ "data": { "connections": { "total": 123, "active": 123, "inactive": 123, "providers": 123 }, "devices": { "total": 123, "active": 123, "tagged": 123 } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"2024-03-26"
Successful Response
Successful response payload
Show child attributes