Support Request
Create support request
POST
https://api.podkrepi.localhost/api/v1/support-request
Request Body
Name
Type
Description
person
object
support_data
object
Fetch support requests
GET
https://api.podkrepi.localhost/api/v1/support-request
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 support request
GET
https://api.podkrepi.localhost/api/v1/support-request/:id
Path Parameters
Name
Type
Description
ID
string
Headers
Name
Type
Description
Authentication
string
Delete support request
DELETE
https://api.podkrepi.localhost/api/v1/support-request/:id
Path Parameters
Name
Type
Description
id
string
Headers
Name
Type
Description
Authentication
string
Last updated
Was this helpful?