Get a single invitation
GET/v1/networks/:networkId/invitations/:invitationId
Returns one invitation by id, including its current status. Requires at least read-only access. The recipient's accept token is never exposed here. Responds with 404 if the invitation does not belong to this network.
Request
Responses
- 200
- 401
- 403
- 404
Get a single invitation
Missing or invalid API key
The API key is not authorized for this resource
Invitation not found