GET
/
v1
/
automations
/
links
curl --request GET \
  --url https://api.uiform.com/v1/automations/links \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "<any>"
  ],
  "list_metadata": {
    "before": "<string>",
    "after": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

before
string | null
after
string | null
limit
integer | null
default:
10
order
enum<string> | null
default:
desc
Available options:
asc,
desc
name
string | null
webhook_url
string | null
schema_id
string | null
schema_data_id
string | null

Response

200
application/json
Successful Response
data
any[]
required
list_metadata
object
required