curl --request POST \
--url https://zeropath.com/api/v1/orgs/list \
--header 'Content-Type: application/json' \
--header 'X-ZeroPath-API-Token-Id: <api-key>' \
--header 'X-ZeroPath-API-Token-Secret: <api-key>' \
--data '
{
"searchQuery": "<string>"
}
'[
{
"id": "<string>",
"name": "<string>",
"role": "<string>"
}
]curl --request POST \
--url https://zeropath.com/api/v1/orgs/list \
--header 'Content-Type: application/json' \
--header 'X-ZeroPath-API-Token-Id: <api-key>' \
--header 'X-ZeroPath-API-Token-Secret: <api-key>' \
--data '
{
"searchQuery": "<string>"
}
'[
{
"id": "<string>",
"name": "<string>",
"role": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://zeropath.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?