Pay1 Link
Connector for the pay1-link API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://onelink.pay1.de/api - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getpaymentlinks— GET /v1/payment-links — List all payment links.getpaymentlink— GET /v1/payment-links/{linkId} — Get payment link by id.createpaymentlink— POST /v1/payment-links — Create a payment link.updatepaymentlink— PUT /v1/payment-links/{linkId} — Update a payment link.
Inputs
apiKey— your pay1-link API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getpaymentlinks
apiKey: <your key>