cURL
curl --request GET \ --url https://api.gleap.io/v3/invitations/projects \ --header 'Authorization: Bearer <token>'
[ { "updatedAt": "<string>", "createdAt": "<string>", "project": { "isValid": {}, "createFromHexString": {}, "createFromTime": {}, "generate": {}, "cacheHexString": "<any>", "prototype": "<string>" }, "email": "<string>", "organisation": { "isValid": {}, "createFromHexString": {}, "createFromTime": {}, "generate": {}, "cacheHexString": "<any>", "prototype": "<string>" }, "role": "<string>", "name": "<string>", "type": "organisation" } ]
Get all invitations for a project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Ok
The response is of type object[].
object[]