# Generate new links associated to a request. Previous links (if not expired) are still usable. Endpoint: POST /request/{id}/links Version: 2.0.0 Security: ApiKeyAuth ## Path parameters: - `id` (string, required) ## Request fields (application/json): - `onlyForActors` (array) If not empty, it limits the generation only for the listed actors. Otherwise, it generates for all actors. Example: ["customer"] ## Response 200 fields (application/json): - `links` (array) - `links.actor` (string) Example: "customer" - `links.link` (string) Example: "https://onboarding.example/res/3949?ts=49943" - `links.expiresAfter` (object) Example: "2024-10-22T12:19:12.269594Z" - `links.expiresAfter.dummySeeComment` (string) ## Response 400 fields (application/problem+json): - `errors` (array) An array of error details to accompany a problem details response. - `errors.detail` (string, required) A human-readable explanation specific to this occurrence of the problem. Example: "Property 'dummyField' is not defined in the schema and the schema does not allow additional properties." - `errors.pointer` (string) A JSON Pointer to a specific request body property that is the source of error. Example: "/parameters/dummyField" - `errors.field` (string) The name of the field that is the source of error. Example: "dummyField" - `errors.reason` (string) A machine oriented error type. Eg. additionalProperties, required Example: "additionalProperties" - `type` (string) A URI reference that identifies the problem type. Example: "about:blank" - `status` (integer, required) The HTTP status code generated by the origin server for this occurrence of the problem. Example: 400 - `title` (string) A short, human-readable summary of the problem type. It should not change from occurrence to occurrence of the problem, except for purposes of localization. Example: "Request validation error" - `instance` (string) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. Example: "urn:uuid:123e4567-e89b-12d3-a456-426614174000?ts=1729667463" - `retryable` (boolean) If the api call can be retried