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

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://apidocs.lwolf.com/doc/authentisign-api/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Authentisign API MCP server": {
    "url": "https://apidocs.lwolf.com/doc/authentisign-api/mcp"
  }
}

Close
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.

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://apidocs.lwolf.com/doc/authentisign-api/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Authentisign API MCP server": {
    "url": "https://apidocs.lwolf.com/doc/authentisign-api/mcp"
  }
}

Close
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"
  ]
}