Contact Request

Create contact request

POST https://api.podkrepi.localhost/api/v1/contact

Request Body

Name
Type
Description

email

string

phone

string

company

string

message

string

firstName

string

lastName

string

{
  "id": "112cb853-b0b9-482e-a944-cf4fca5566b7",
  "firstName": "John",
  "lastName": "Doe",
  "email": "[email protected]",
  "company": "Camplight",
  "phone": "+359888888888",
  "message": "I wanna help",
  "createdAt": "2021-03-19T00:36:50.076597738Z",
  "updatedAt": "2021-03-19T00:36:50.076597738Z",
  "deletedAt": null
}

Fetch contact requests

GET https://api.podkrepi.localhost/api/v1/contact

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

Fetch specific contact request

GET https://api.podkrepi.localhost/api/v1/contact/:id

Path Parameters

Name
Type
Description

ID

string

Headers

Name
Type
Description

Authentication

string

Delete contact request

DELETE https://api.podkrepi.localhost/api/v1/contact/:id

Path Parameters

Name
Type
Description

id

string

Headers

Name
Type
Description

Authentication

string

Last updated

Was this helpful?