Retrieve configuration
GET/api/config/v1
Returns the read-only system configuration, which exposes available components and their instance identifiers for your deployment.
Call this during integration setup to confirm which components are enabled before referencing them in subsequent calls.
See Reading the Configuration for general help and the Core Configuration Reference for complete details.
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Bad Request
Unauthorized
Forbidden
Entity Not Found
Internal error