Returns a one-time-use SSO link that lands the user directly into a specific transaction.
GET
/v2/transactions/{id}/view-url
curl \
--request GET 'https://api.pre.transactiondesk.com/v2/transactions/{id}/view-url' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"link": "https://td2.transactiondesk.com/external/entry.ashx?i=28403062-47a4-4a7a-ae3d-b3f64decd32e"
}
Response examples (401)
{
"code": 401,
"message": "Unauthorized. The user is not authenticated.",
"details": []
}