Setup
Real Credentials
Generic REST calls — method, path, headers, body — against whatever endpoint the connection URL points at. Basic auth is optional; a bearer token or API key is sent as a header instead.
- Username optional
- Password optional ● secret
Real API documentation
Input & Output Schema
Queried live from the platform. Sample values are shape-accurate
placeholders (<string>, 0, an enum's first value) generated
from the real schema, not invented example data.