GET
/
v1
/
invitations
/
{id}
curl --request GET \
  --url https://api.edgee.app/v1/invitations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "object": "project",
  "id": "<string>",
  "organization_id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
  "role": "admin",
  "email": "<string>",
  "created_at": "2022-03-01T00:00:00Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token. More info here

Path Parameters

id
string
required

Response

200
application/json

The retrieved Invitation

An invitation is a request to join an organization. An invitation is sent to an email address, and the recipient can accept or decline the invitation.