curl --request GET \
--url https://api.yertle.com/orgs/{org_id}/invite-links{
"links": [
{
"id": "<string>",
"role": "viewer",
"token": "<string>",
"is_active": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}Get invite links for an organization. Owner only.
curl --request GET \
--url https://api.yertle.com/orgs/{org_id}/invite-links{
"links": [
{
"id": "<string>",
"role": "viewer",
"token": "<string>",
"is_active": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.yertle.com/llms.txt
Use this file to discover all available pages before exploring further.