cURL and OpenAPI
Consumers can export ready-to-run cURL commands and OpenAPI specs for local development.
cURL usage
- Generate command from endpoint details.
- Copy and run in terminal.
- Adjust host, token, or profile header as needed.
OpenAPI usage
- Download collection spec.
- Import into Postman or code generators.
- Keep generated clients in sync with published API updates.
Practical guidance
- Regenerate commands after auth or profile changes.
- Version downloaded specs alongside client code.