Authentication
Every request to the eFiling API must include an API key in the Authorization
header. All requests must use HTTPS.
Request header
Section titled “Request header”Authorization: Basic <your-api-key>Example
Section titled “Example”curl --header "Authorization: Basic YOUR_API_KEY" \ https://api.efiling.co.uk/3/incorporationsGetting an API key
Section titled “Getting an API key”API keys are issued on request. Contact support@efiling.co.uk to request a key.