-
API Reference
- Introduction
- Authentication
- Endpoints (forms)
Retrieve all endpoints (forms)
GET https://forms.un-static.com/api/forms
Headers
| Name | Type | Description |
|---|---|---|
| Authentication | string | Don’t forget to authenticate |
[
{
"id": "786035271d01882e129295858656324d3e5110ee",
"reference": "786035271d01882e129295858656324d3e5110ee",
"title": "Contact form for YourDomain",
"email": "you@yourdomain.com",
"success_redirect": "https://yourdomain.com/contact-success/",
"created": 1573136139
}
]