# GET PRE-AUTHENTICATION LINK

Get the pre-authenticated link to start the online certificate generation process for a specific request.

Endpoint: POST /api/v1/requests/{id}/preauthlink
Version: v1

## Path parameters:

  - `id` (string, required)
    The unique identifier of the Request

## Response 200 fields (application/json):

  - `preauthenticatedlink` (string)
    The pre-authentication link associated to the approved request

## Response 403 fields (application/json):

  - `detail` (string)
    The response status code

## Response 404 fields (application/json):

  - `code` (string)
    The response status code

  - `id` (string)
    The response status id

  - `error` (string)
    The response status message


