Skip to main content
GET
/
orgs
/
{org_id}
/
invite-links
List Invite Links
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"
    }
  ]
}

Headers

authorization
string | null

Path Parameters

org_id
string
required

Response

Successful Response

Response for GET /orgs/{org_id}/invite-links.

List of invite links