Documentation Index
Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
Use this file to discover all available pages before exploring further.
Uitnodigingen
Gegenereerde referentie voor Uitnodigingen-eindpunten. Deze gegenereerde pagina groepeert elke openbare API-bewerking in de categorie Uitnodigingen.Eindpunten
- GET /v1/public/accounts/{account_id}/auth/invitations - uitnodigingen weergeven
- POST /v1/public/accounts/{account_id}/auth/invitations - uitnodiging maken
- PATCH /v1/public/accounts/{account_id}/auth/invitations/{invitation_id} - uitnodiging bijwerken
- POST /v1/public/accounts/{account_id}/auth/invitations/{invitation_id}/resend - uitnodiging opnieuw verzenden
- DELETE /v1/public/accounts/{account_id}/auth/invitations/{invitation_id} - uitnodiging intrekken
uitnodigingen weergeven
GET/v1/public/accounts/{account_id}/auth/invitations
Uitnodigingen van account weergeven
Geeft uitnodigingen binnen een accountbereik weer.
Volledige referentie: GET /v1/public/accounts/{account_id}/auth/invitations
OpenAPI-referentie:
/openapi.nl.json GET /v1/public/accounts/{account_id}/auth/invitationsuitnodiging maken
POST/v1/public/accounts/{account_id}/auth/invitations
Uitnodiging voor account aanmaken
Maakt een uitnodiging binnen het accountbereik aan.
Volledige referentie: POST /v1/public/accounts/{account_id}/auth/invitations
OpenAPI-referentie:
/openapi.nl.json POST /v1/public/accounts/{account_id}/auth/invitationsuitnodiging bijwerken
PATCH/v1/public/accounts/{account_id}/auth/invitations/{invitation_id}
Uitnodiging voor account bijwerken
Werkt een openstaande uitnodiging binnen het accountbereik bij.
Volledige referentie: PATCH /v1/public/accounts/{account_id}/auth/invitations/{invitation_id}
OpenAPI-referentie:
/openapi.nl.json PATCH /v1/public/accounts/{account_id}/auth/invitations/{invitation_id}uitnodiging opnieuw verzenden
POST/v1/public/accounts/{account_id}/auth/invitations/{invitation_id}/resend
Uitnodiging voor account opnieuw verzenden
Verzendt een uitnodiging binnen het accountbereik opnieuw.
Volledige referentie: POST /v1/public/accounts/{account_id}/auth/invitations/{invitation_id}/resend
OpenAPI-referentie:
/openapi.nl.json POST /v1/public/accounts/{account_id}/auth/invitations/{invitation_id}/resenduitnodiging intrekken
DELETE/v1/public/accounts/{account_id}/auth/invitations/{invitation_id}
Uitnodiging voor account intrekken
Trekt een uitnodiging binnen het accountbereik in.
Volledige referentie: DELETE /v1/public/accounts/{account_id}/auth/invitations/{invitation_id}
OpenAPI-referentie:
/openapi.nl.json DELETE /v1/public/accounts/{account_id}/auth/invitations/{invitation_id}