# 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. **GET /api/v1/sso/signing/{signingId}** Sample request: GET /api/v1/sso/signing/{signingId}?redirectUrl=https://example.com ## Servers - https://api.lwolf.com/authentisign: https://api.lwolf.com/authentisign () ## Parameters ### Path parameters - **signingId** (string(uuid)) The identifier of the signing for which the SSO URL is to be generated. ### Query parameters - **redirectUrl** (string) The URL where the user will be redirected to upon exiting the design phase. ## Responses ### 200 Success ### default Error #### Body: application/json (object) - **code** (integer(int32)) - **message** (string | null) - **details** (array[string] | null) [Powered by Bump.sh](https://bump.sh)