Customers
Apps

Upsert customer app data

Upsert customer app data.

put/api/v1/customers/{customerIdOrKey}/apps

Path parameters

string required

ULID (Universally Unique Lexicographically Sortable Identifier).

OR
string required

ExternalKey is a looser version of key.

Example:01G65Z755AFWAKHE12NY0CQ9FH

Request body

Example request

[
  {
    "stripeCustomerId": "cus_xxxxxxxxxxxxxx",
    "type": "stripe"
  }
]

Response

The request has succeeded.

Example response

[
  {
    "stripeCustomerId": "cus_xxxxxxxxxxxxxx",
    "type": "stripe"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.