---
title: "POST /links"
method: POST
path: "/links"
tags: ["links"]
---

# POST /links

`POST /links`

## Query parameters

- `select` string

## Headers

- `Prefer` 'return=representation' | 'return=minimal' | 'return=none' | 'resolution=ignore-duplicates' | 'resolution=merge-duplicates'

## Request body

- Links
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `created_at` string, timestamp with time zone, required
  - `created_by` string, uuid
  - `title` string, text
  - `url` string, text
  - `order` integer
  - `eventspace_id` string, uuid, required — Note: This is a Foreign Key to `eventspaces.id`.<fk table='eventspaces' column='id'/>

## Response `201`

Created

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/versions/90ce877204f2/schema)
