GET
/
v1
/
processors
/
automations
/
endpoints
curl --request GET \
  --url https://api.uiform.com/v1/processors/automations/endpoints
{
  "data": [
    {
      "object": "automation.endpoint",
      "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
    }
  ],
  "list_metadata": {
    "before": "<string>",
    "after": "<string>"
  }
}

Authorizations

Api-Key
string
header
required

Query Parameters

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

Response

200
application/json

Successful Response

The response is of type object.