GET
/
orgs
/
{orgId}
/
invites
curl --request GET \
  --url https://api.withampersand.com/v1/orgs/{orgId}/invites \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": "<string>",
    "invitedEmail": "<string>",
    "parentType": "org",
    "parentId": "<string>",
    "status": "pending",
    "createTime": "2023-11-07T05:31:56Z",
    "updateTime": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-Api-Key
string
header
required

Path Parameters

orgId
string
required

ID of the organization.

Response

200
application/json
List of invites

The response is of type object[].