Skip to main content

Callback

IDkollen will POST the result to the callback url supplied to us, if any. This endpoint should respond with HTTP status 204 on success, or 4xx/5xx on errors. To be able to accept callbacks you need to accept requests over HTTPS from our IP addresses found in the Introduction.

POST {{ callbackUrl }}
Content-Type: application/json

The body of the request is a JSON object identical to the result seen in Collect.

For security reasons the callback URL must be whitelisted by IDkollen, either by domain or full path. Multiple domains may be whitelisted. Please provide your callback URLs by emailing us at support@idkollen.se.