Skip to main content
POST
Create Consumer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
banks
any

optional array of banks, containing bank_id and accounts ids associated.

extra_consents
enum<string>[]

optional array of explicit consent levels the consumer wants to opt-in.

Available options:
TRANSACTION_TRIGGERS,
TARGETING,
STATISTICS,
SMART_RANKING
id
string
removed_consents
enum<string>[]

optional array of consent levels the consumer wants to opt-out.

Available options:
TRANSACTION_TRIGGERS,
TARGETING,
STATISTICS,
SMART_RANKING

Response

Created

id
string
read-only

The consumer_id of the created consumer.

Example:

"ConsumerId123"