GET
/
v1
/
processors
/
automations
/
mailboxes
curl --request GET \
  --url https://api.uiform.com/v1/processors/automations/mailboxes
{
  "data": [
    "<any>"
  ],
  "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
email
string | null
webhook_url
string | null
schema_id
string | null
schema_data_id
string | null

Response

200
application/json

Successful Response

The response is of type object.