Invoke protocol action
Executes a protocol action against a backend. The HTTP method must match the action’s declared method. The request and response bodies are defined by the invoked protocol, not by this API — retrieve the exact shapes from the protocol’s generated OpenAPI (GET /api/admin/protocols/{id}/openapi).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Backend ID (required when multiple backends match)
Body
Action input. The shape is defined by the invoked protocol.
The body is of type object.
Response
Protocol-defined outcome. The shape is declared by the invoked protocol; Link returns the protocol-mapped result.
The response is of type object.