Guide: Enable Self-Service on a CPQ Order
Last updated
Was this helpful?
Was this helpful?
curl -i -X POST \
'https://your-environment.prod.limio.com/api/plugins/zuora/sync/subscription/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{
"success": true,
"id": "sub-140e05e7ea51dfe102f2dfc8afa457bc",
"owner": "id-3cbac03aa7f1217570922292c074e25e"
}curl -i -X POST \
'https://your-environment.prod.limio.com/api/objects/externalidentity/{owner}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"id_token": {
"iss": "limio.us.auth0.com"
"sub": "auth0|67bf2138817314f757da5abc"
}
}'