curl --request GET \
--url https://api.example.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.example.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"
}
]
}