Retrieve an SSO URL for a specific signing. This endpoint generates an SSO URL that directly lands the user into the design phase of the signing.
Ask AI
Sample request:
GET /api/v1/sso/signing/{signingId}?redirectUrl=https://example.com
GET
/api/v1/sso/signing/{signingId}
curl \
--request GET 'https://api.lwolf.com/authentisign/api/v1/sso/signing/{signingId}'
Response examples (default)
{
"code": 42,
"message": "string",
"details": [
"string"
]
}
Response examples (default)
{
"code": 42,
"message": "string",
"details": [
"string"
]
}