Endpoints
Create a endpoint
post/v1/endpoint
Request body
Example request
{
"slug": "my-endpoint",
"name": "My Endpoint",
"isEnabled": true,
"redirectUrl": "https://example.com/thanks-you",
"targetEmails": [
"example1@formizee.com",
"example2@formizee.com"
],
"icon": "bolt",
"color": "pink"
}Response
Create a endpoint
Example response
{
"id": "enp_4VjHrJoEwAFC6itz8oUBW9NW2bia",
"workspaceId": "ws_4VjHrJoEwAFC6itz8oUBW9NW2bia",
"slug": "my-endpoint",
"name": "My Endpoint",
"isEnabled": true,
"redirectUrl": "https://example.com/thanks-you",
"targetEmails": [
"example1@formizee.com",
"example2@formizee.com"
],
"icon": "bolt",
"color": "pink"
}