Contact Request
Create contact request
POST
https://api.podkrepi.localhost/api/v1/contact
Request Body
Name
Type
Description
string
phone
string
company
string
message
string
firstName
string
lastName
string
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