Objects

CollectionRequestV5

companystring

The name of the company to trigger the collection from

A set of consents provided by the end user.

inputobject

Key-value object specifying additional input required for the collection. What values should be included depends on context.

loginMethodstring

Login method that will be used to authenticate the user. Available login methods for a company is specified in the `/companies/availability` response.

Possible Enum values are FRENCH_TRUST_ME, or FRENCH_IMPOTS_GOUV.
{
  "company": "fr-info-retraite",
  "consents": [],
  "filter": {
    "rules": {}
  },
  "input": {
    "USERNAME": "123419206",
    "PASSWORD": "123123122"
  },
  "loginMethod": "FRENCH_TRUST_ME"
}