paziresh24 Booking
  1. provider data
paziresh24 Booking
  • Central Booking
    • provider schedules (workhours)
      GET
  • Core booking
    • provider data
      • Get provider services
        GET
      • Get provider availability status
        GET
    • Availability data
      • Get first availability status
    • Available slots for provider service
      GET
    • Create Appointment
      POST
    • Appointmets
      GET
    • Appointment
      GET
    • Cancel an Appointment
      DELETE
  1. provider data

Get provider services

GET
https://apigw.paziresh24.com/core-booking/v1/services
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apigw.paziresh24.com/core-booking/v1/services?provider_id&center_id&user_center_id'
Response Response Example
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "title": "string",
  "duration": "string"
}

Request

Query Params
provider_id
string 
optional
center_id
string 
required
user_center_id
string 
optional

Responses

🟢200Success
application/json
Body
id
string <uuid>
required
title
string 
required
duration
string <duration>
required
Previous
provider schedules (workhours)
Next
Get provider availability status
Built with