curl --request GET \
--url https://api.devhelm.io/api/v1/invites \
--header 'Authorization: Bearer <token>'{
"data": [
{
"inviteId": 123,
"email": "<string>",
"roleOffered": "OWNER",
"expiresAt": "2023-11-07T05:31:56Z",
"consumedAt": "2023-11-07T05:31:56Z",
"revokedAt": "2023-11-07T05:31:56Z"
}
],
"hasNext": true,
"hasPrev": true
}curl --request GET \
--url https://api.devhelm.io/api/v1/invites \
--header 'Authorization: Bearer <token>'{
"data": [
{
"inviteId": 123,
"email": "<string>",
"roleOffered": "OWNER",
"expiresAt": "2023-11-07T05:31:56Z",
"consumedAt": "2023-11-07T05:31:56Z",
"revokedAt": "2023-11-07T05:31:56Z"
}
],
"hasNext": true,
"hasPrev": true
}