Skatteverket — Swedish tax registrations
Skatteverket's Beskattningsengagemang API provides machine access to whether a Swedish company is approved for F-tax, is VAT-registered (momsregistrerad) and is registered as an employer. Complements the Bolagsverket connector for a complete Swedish company profile. Requires an API key via Skatteverket's developer portal.
1.0M rows
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/tax-registrationF-skatt, MVA og arbeidsgiver-status per org.nr
- orgnr required
- Svensk org.nr/personnr
orgnr=5560360793
Show curl example
# GET https://data.ketl.no/api/connectors/skatteverket-se/tax-registration?orgnr=5560360793
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/skatteverket-se/tax-registration?orgnr=5560360793"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/samordningsnummer/requestAsynkron søknad om samordningsnummer for offentlige aktører (krever Skatteverket-avtale)
Show curl example
# POST https://data.ketl.no/api/connectors/skatteverket-se/samordningsnummer/request
curl -X POST \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/skatteverket-se/samordningsnummer/request"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/samordningsnummer/status/{requestId}Status-oppslag for innsendt samordningsnummer-søknad
Show curl example
# GET https://data.ketl.no/api/connectors/skatteverket-se/samordningsnummer/status/{requestId}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/skatteverket-se/samordningsnummer/status/{requestId}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.