Retrieve your Consumer App Portal link
Use the Indirect Tax API to retrieve the Consumer App Portal link after configuring the webhook communication method to use the Svix solution to receive notifications.
Configure the webhook communication method through the API or through the Compliance Network website.
Samples for retrieving the consumer app portal link
Request sample
curl --location --request GET 'https://api-test.sovos.com/v2/configurations/organizations/{organizationId}/erpSystem/{erpSystemId}/webhook' \
--header Content-Type: application/json \
--header Authorization: Bearer {accessToken} \
--header x-correlationId: {uniqueValue}
Response sample
{
"status": 200,
"message": "OK",
"success": true,
"timestamp": 1752584567956,
"data": {
"token": "testsk_app_9fwQiEAs3d45fg67hj89k,1463.eu",
"url": "https://app.svix.com/login?primaryColorLight=24c89E&icon=https%3A%2F%2Fsovos.com%2Fwp-content%2Fuploads%2F2023%2F06%2FFY24-Sovos_Favicon-FY24-Sovos-Favicon-Dark-Blue_32x32.svg&fontFamily=Inter&key=eyJhcGBJZCI6ImFwcF8yenVja1pwM1BqVWpWd0nVTkVnNENEWDRYaXYiLCJwbWUuaW1iVo9zZW4i0iJsUTMtZm1kSktNWUzZFJnVmZvczUiS3hLX2QxaGlTWCIsInJiZ21vbi16ImV1InQ="
}
}
