v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
invitation

Retrieve invitations sent by admin

get/api/v1/organisations/invitations

Response

Request successful

status_codeinteger
messagestring

Example response

{
  "status_code": 200,
  "message": "Request successful",
  "data": [
    {
      "email": "user@example.com",
      "org_id": "aoalj-alhljkdshj345klhsd",
      "status": "pending/approved/rejected",
      "sent_at": "2023-06-23T00:00:00Z",
      "expires_at": "2023-07-23T00:00:00Z",
      "invitation_token": "invitation-token"
    }
  ]
}