Invites
List user invitations
GET
/api/invitesReturn invitations with their expiration dates and creators, ordered by expiration. Invite tokens are excluded. Requires admin permission and credentials authentication to be enabled.
Authorization
apikey ApiKey<token>
API key which can be obtained in the Homarr administration dashboard
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/invites"[ { "id": "string", "expirationDate": "string", "creator": { "name": "string", "id": "string" } }]