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.
Autorisaties
Gegenereerde referentie voor Autorisaties-eindpunten. Deze gegenereerde pagina groepeert elke openbare API-bewerking in de categorie Autorisaties.Eindpunten
- GET /v1/public/accounts/{account_id}/auth/authorizations - autorisaties weergeven
- POST /v1/public/accounts/{account_id}/auth/authorizations - autorisatie toekennen
- DELETE /v1/public/accounts/{account_id}/auth/authorizations/{grant_id} - autorisatie intrekken
autorisaties weergeven
GET/v1/public/accounts/{account_id}/auth/authorizations
accountautorisaties weergeven
Geeft autorisaties binnen het accountbereik weer.
Volledige referentie: GET /v1/public/accounts/{account_id}/auth/authorizations
OpenAPI-referentie:
/openapi.nl.json GET /v1/public/accounts/{account_id}/auth/authorizationsautorisatie toekennen
POST/v1/public/accounts/{account_id}/auth/authorizations
accountautorisatie toekennen
Maakt een autorisatie binnen het accountbereik aan.
Volledige referentie: POST /v1/public/accounts/{account_id}/auth/authorizations
OpenAPI-referentie:
/openapi.nl.json POST /v1/public/accounts/{account_id}/auth/authorizationsautorisatie intrekken
DELETE/v1/public/accounts/{account_id}/auth/authorizations/{grant_id}
accountautorisatie intrekken
Trekt een autorisatie binnen het accountbereik in.
Volledige referentie: DELETE /v1/public/accounts/{account_id}/auth/authorizations/{grant_id}
OpenAPI-referentie:
/openapi.nl.json DELETE /v1/public/accounts/{account_id}/auth/authorizations/{grant_id}