EaserixDocs
DevelopersAPI referenceFormsDestinations

List destinations

Delivery destinations, created_at ascending. Readable with the form, so a teammate a form is shared with can see where it delivers.

View as Markdown
GET
/v1/forms/{id}/destinations
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/forms/string/destinations"
{  "destinations": [    {      "id": "string",      "type": "string",      "config": {},      "enabled": true,      "created": "2019-08-24T14:15:22Z",      "updated": "2019-08-24T14:15:22Z"    }  ]}