cURL
curl --request GET \ --url https://global.thenile.dev/workspaces/{workspaceSlug}/invites \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "sender": { "id": "<string>", "email": "<string>", "workspaces": [ { "id": "<string>", "name": "<string>", "slug": "<string>", "stripe_customer_id": "<string>", "created": "2023-11-07T05:31:56Z" } ], "databases": [ "<string>" ], "kind": "HUMAN" }, "email": "<string>", "workspace": { "id": "<string>", "name": "<string>", "slug": "<string>", "stripe_customer_id": "<string>", "created": "2023-11-07T05:31:56Z" }, "verificationState": "EMAIL_PENDING", "created": "2023-11-07T05:31:56Z", "updated": "2023-11-07T05:31:56Z" } ]
Lists all developer invites in a workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of invites
Show child attributes
EMAIL_PENDING
EMAIL_SENT
VERIFIED
EXPIRED
Was this page helpful?