Consumer APIs
Create Consumer
Create a consumer by their consumer_id.
POST: https://sandbox-api.upwardli.com/v2/consumer/
Minimum Request Body
Request body with optional fields
Sample Response Body
Get Consumer
Get a consumer by their consumer_id.
GET: https://sandbox-api.upwardli.com/v2/consumer/{consumer_id}/
Sample Response Body
Get Consumer by their Partner Consumer ID
Get a consumer by their pcid
. The pcid
is the id that you provided to us during as the pcid
property when they first went through onboarding.
GET: https://sandbox-api.upwardli.com/v2/consumer/pcid/{pcid}/
Sample Response Body
Cancel Account
Cancel a consumer account.
This is meant only to be used when the user is not able to go through the profile close account flow.
POST: https://api-sandbox.upwardli.com/v2/consumer/{consumer_external_id}/cancel-account/
Request Body
The request can optionally include a cancellation_reason and details to provide context about why the account is being canceled.