Offer company formation and registered office to your clients via API. Set your own margins; we handle compliance and Companies House.
The Partner API lets banks, fintechs, and accountancy firms embed UK company formation and registered office address into their sign-up or client flows. You receive net (wholesale) pricing and set your own retail price. RESTful, API-key authenticated, with OpenAPI 3.0 spec for codegen and explorers.
All Partner API requests require an API key. Send it in one of two ways:
Authorization: Bearer YOUR_API_KEYX-API-Key: YOUR_API_KEYContact us to obtain an API key and net pricing. Sandbox keys are available for testing.
cURL — list packages:
curl -X GET "https://app.peon.online/api/partner/v1/packages" \ -H "Authorization: Bearer YOUR_API_KEY"
cURL — name check:
curl -X POST "https://app.peon.online/api/partner/v1/name-check" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"company_name": "Acme Ltd"}'cURL — quote:
curl -X POST "https://app.peon.online/api/partner/v1/quote" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"package_id": "premium", "add_on_ids": []}'Download the OpenAPI 3.0 specification for code generation, Postman, or API explorers:
openapi.jsonFor partnership enquiries, volume pricing, or sandbox access, contact the Peon team. See also Company formation for direct customer flows.