API
POST
/api/contact

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://api.tigby.eu/api/contact" \  -H "Content-Type: application/json" \  -d '{    "name": null,    "email": null,    "message": null,    "language": null  }'
Empty