curl --request POST \
--url https://api.yertle.com/orgs/{org_id}/invite-links/{link_id}/regenerate{
"id": "<string>",
"role": "viewer",
"token": "<string>",
"is_active": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Regenerate an invite link token. Owner only.
The old token is invalidated immediately.
curl --request POST \
--url https://api.yertle.com/orgs/{org_id}/invite-links/{link_id}/regenerate{
"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.
Successful Response
Response for a single invite link.
Invite link ID
Role granted by this link
viewer, editor Invite link token
Whether the link is active
Creation timestamp
Last update timestamp