v1

latestOpenAPI 3.0.22026-08-04530309.0 KB
Customer Products

Get a single Customer Product

Retrieves a single Customer Product resource along with its associated Customer and Product

get/customer_products/{uid}

Response

A single Customer Product is returned

uidstring

A unique identifier for this resource

status'active' | 'created' | 'manual_review' | 'rejected'

the status of the Customer Product onboarding

customer_uidstring

A unique identifier for a Customer

customer_emailstring

The Customer's email address

product_uidstring

A unique identifier for a Product

product_namestring

The name of the Product

program_uidstring

A unique identifier for a Program

activated_atstring date-time

The date and time at which the Customer Product became active.

Example response

{
  "uid": "Tegvs2E4TQgVYYMj",
  "status": "active",
  "customer_uid": "DuSzg6Ywr3cY9mw4",
  "customer_email": "olive.oyl@newline53.com",
  "product_uid": "b8bemEKjAQhunbah",
  "product_name": "Checking",
  "program_uid": "F1oFMKafpB2Zm6ng",
  "activated_at": "2019-10-19T08:15:13Z"
}