GET
/
v1
/
processors
/
automations
/
links
/
{link_id}
curl --request GET \
  --url https://api.uiform.com/v1/processors/automations/links/{link_id}
{
  "object": "automation.link",
  "id": "<string>",
  "name": "<string>",
  "processor_id": "<string>",
  "updated_at": "2023-11-07T05:31:56Z",
  "default_language": "en",
  "webhook_url": "<string>",
  "webhook_headers": {},
  "need_validation": false,
  "password": "<string>"
}

Authorizations

Api-Key
string
header
required

Path Parameters

Response

200
application/json

Successful Response

The response is of type object.