Individual Clients
List client products
List every product enablement request of a client.
GET
Retrieves every product enablement request of the client, newest first and including the rejected history. Pending requests carry their missing requirements and rejected ones the rejection motive. Requires an API key with access level 1 or higher.
Path parameters
string
required
Unique identifier of the client.
Response
Returns an array of product enablement requests.string
Unique product enablement identifier.
string
Client identifier.
string
Enabled product. Possible values:
cards_individuals, ramps_cards, ramps_pix.string
Status of the enablement request. Possible values:
requested, pending_documentation, in_kyc, enabled, rejected.object
Documents and data still required to enable the product.
string
Rejection code when the request was rejected.
string
Rejection motive when the request was rejected.
string
Timestamp when the enablement request was created.
string
Timestamp when the enablement request was last updated.

