Pockets

In France, a company can deliver some of its own shares for free to its employees: it's the allocation of free shares, called pockets.

API endpoints

Authentication: endpoints listed in this page require header authentication with a user token.

List pockets

GET https://{domain}.biapi.pro/2.0/users/{userId}/pockets

List pockets related to a user.

Path Parameters

Response body: PocketsList object

Filtering route aliases:
/users/{userId}/investments/{investmentId}/pockets
/users/{userId}/accounts/{accountId}/pockets
/users/{userId}/connections/{connectionId}/pockets

Get a pocket

GET https://{domain}.biapi.pro/2.0/pockets/{pocketId}

Get a single pocket by ID.

Path Parameters

Response body: Pocket object

Data model

PocketsList object

Pocket object

PocketCondition values

Forward compatibility requirement: additional values may be added in the future. When implementing value matching, always fallback to a generic case for unknown values.

Last updated