Download the OpenAPI definition
GET/v1/openapi.yaml
Downloads this API’s OpenAPI 3.1 definition, served as
application/yaml. It is the authority for request and response shapes
and error codes; the guide carries the semantics a spec cannot express,
such as consent gating and turn-taking.
Download the OpenAPI definition
curl https://messages.api.linqapp.com/v1/openapi.yaml \
-H "Authorization: Bearer $LINQ_AMB_API_KEY"