This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.
Request
If the method is POST, body to be included in the POST request as string.
List of cookies to include in the request. They should be added to a cookie jar and included in each subsequent request.
Entity tag of the request, each unique request will have its own unique etag. This allows for distinguishing between new requests to be made,
since the same request may be "returned with multiple CollectionStatus responses.
Map of headers to include with the request.
HTTP method of the request.
URL to make a request towards. This will be based on the company that the collection is started towards.
{ "body": "'{\"username\":\"19900101-1234\"}'", "cookies": [], "etag": "d5c19d129d9f4a54b7de2fa198bf73fa-initiate", "headers": { "Content-Type": "application/json" }, "method": "POST", "url": "https://insurely.com/initiate-bankid"}