Welcome to the Dream Dates API. This API allows you to manage and retrieve information about various experiences, categories, flowers, and reviews. It also enables users to submit forms and reviews.
GET /experiences
Retrieve a list of all experiences.
GET /experiences/:id
Retrieve details of a specific experience by its ID.
GET /categories
Retrieve a list of all categories.
GET /flowers
Retrieve a list of all flowers.
POST /form_submissions
Submit a form with details such as name, email, phone, and message.
GET /reviews
Retrieve a list of all reviews.
POST /reviews
Submit a review with details such as name, email, professional rating, and comments.
All endpoints require an API key to be included in the request headers. Use the x-api-key
header to provide your API key.
Here is an example of how to make a request to get all experiences:
curl -H "x-api-key: YOUR_API_KEY" https://your-backend.herokuapp.com/experiences
If you have any questions or need further assistance, please contact our support team at support@dreamdates.com.