Support

Get help & stay informed

Everything you need to unblock your integration, from reference docs to direct contact.

Frequently asked questions

What is the API base URL?

All endpoints live under https://api.openprovider.eu/v1 and must be called over HTTPS.

How do I authenticate?

Exchange your credentials at /auth/login for a bearer token, then send Authorization: Bearer <token> on each request. See API keys.

How do I enable API access on my account?

API access is granted per contact person and is off by default. In the Control panel go to Account overview → Contact persons → either Add contact person or select an existing one → API tab → Enable API access. See Get started.

Do I need to sign anything before registering domains?

For domain operations you might need to sign specific registry contracts first. Review and sign them under Account → Contracts in the control panel.

Why am I getting a non-zero code?

Responses include a numeric code (0 = success) and a desc message. A non-zero code indicates an error. Read desc for details and verify your token, payload and permissions.

Can I use the API with an AI assistant?

Yes. See the MCP page to connect an AI assistant through the Model Context Protocol.