v1
latestOpenAPI 3.0.02026-07-26318168886.7 KBMultipass Linking
private
Update multipass linking for customer
Update customer's active linking record used for multipass login
post/multipass/customers/{customer_id}/linkings
Path parameters
customer_idstring required
Example:67b599ce5890fa0032f86937
Unique ID of customer, only update the active linking of the customer
Request body
Example request
{
"sub": "second-oa-created-customer"
}Response
Success Update
Example response
{
"message": "Success"
}