SSO into the layout design phase. This endpoint allows customization of the layout and setting up signature blocks.
Ask AI
Sample request:
GET /api/v1/sso/layout/{layoutId}?redirectUrl=https://example.com&language=en
GET
/api/v1/sso/layout/{layoutId}
curl \
--request GET 'https://api.lwolf.com/authentisign/api/v1/sso/layout/{layoutId}'
Response examples (default)
{
"code": 42,
"message": "string",
"details": [
"string"
]
}
Response examples (default)
{
"code": 42,
"message": "string",
"details": [
"string"
]
}