D

DRACOON API

REST discovered

Details
URL
https://dracoon.team/api
Docs
https://dracoon.team/api/spec_v4/
Authentication
DRACOON OAuth 2.0 client (client ID and client secret) + DRACOON OAuth 2.0 client (client ID and client secret) Authorization: Bearer <credential> discovered
DRACOON OAuth 2.0 client (client ID and client secret) oauth2 Set up OAuth ↗

For the shared cloud at dracoon.team, register your development project with DRACOON via a support ticket; after approval you receive a client_id and client_secret. On your own DRACOON instance, a Config Manager can create OAuth clients in the web app under Settings > Apps, or via the OAuth client registration API described in OAuth 2.0 client registration. Supported grant types include authorization_code, implicit, password, and optional refresh_token; client_credentials is not supported.

DRACOON service token bearer discovered
X-Sds-Service-Token: <credential>

Provisioning endpoints use an X-Sds-Service-Token. The public docs identify this token type for /provisioning, but I did not find public acquisition steps for minting one in the available DRACOON docs.