SSO into the layout design phase. This endpoint allows customization of the layout and setting up signature blocks.

GET /api/v1/sso/layout/{layoutId}

Sample request:

GET /api/v1/sso/layout/{layoutId}?redirectUrl=https://example.com&language=en

Path parameters

  • layoutId string(uuid) Required

    The identifier for the layout.

Query parameters

  • redirectUrl string

    Redirect URL after customization.

  • language string

    Optional language parameter. If not supplied the language setting of the account will be used.

Responses

  • 200

    Success

  • Error

    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
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"
  ]
}

SSO into the layout design phase. This endpoint allows customization of the layout and setting up signature blocks.

GET /api/v1/sso/layout/{layoutId}

Sample request:

GET /api/v1/sso/layout/{layoutId}?redirectUrl=https://example.com&language=en

Path parameters

  • layoutId string(uuid) Required

    The identifier for the layout.

Query parameters

  • redirectUrl string

    Redirect URL after customization.

  • language string

    Optional language parameter. If not supplied the language setting of the account will be used.

Responses

  • 200

    Success

  • Error

    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
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"
  ]
}