Objects
Request
bodystring
If the method is POST, body to be included in the POST request as string.
cookiesArray<Cookie>
List of cookies to include in the request. They should be added to a cookie jar and included in each subsequent request.
etagstring
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.
headersobject
Map of headers to include with the request.
methodstring
HTTP method of the request.
urlstring
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"
}