Products

Product code will be provided to partners along with the partner credentials.

Apply for a product

put

This endpoint enables partner customers to apply for a product.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstringRequired

The email of the customer.

Example: [email protected]
productCodestringRequired

The product code customer wants to subscribe to.

Example: PI3
Responses
200Success
application/json
put
/api/v2/partner/product/application

Get Product Application Status

get

This endpoint offers information regarding customers' eligibility for a product.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
emailstringRequiredExample: 46136eed-cde2-4513-85b0-c143c8f1d144
productCodestringRequiredExample: ProductCode
Responses
200Success
application/json
get
/api/v2/partner/product/applicationStatus

Unsubscribe a product

put

This endpoint enables partner customers to unsubscribe a product.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstringRequired

The email of the customer.

Example: [email protected]
productCodestringRequired

The product code customer wants to subscribe to.

Example: PI3
Responses
200Success

No content

put
/api/v2/partner/product/unsubscribe

No content

Last updated