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