Schedular
    Schedular
    Dev Cases For Schedula
    • Actual Apis Schedula
    • Dev Cases For Schedula
    • Register
      POST
    • Login
      POST
    • Roles
      POST
    • Doctors
      POST
    • Paitent
      POST
    • Timings
      POST
    • Support Ticket
      POST
    • Feeback
      POST
    • Appointment
      POST
    • Chat
      POST

      Roles

      Developing
      POST
      http://localhost:3000/graphql

      Request

      Query Params
      Bearer
      string 
      optional
      Header Params
      Authorization
      string 
      required
      Example:
      Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImRldjEiLCJ1c2VySWQiOjYsInVzZXJfYXNzaWdubWVudCI6ImFkbWluIiwiaWF0IjoxNzI2MDU3NTg5LCJleHAiOjE3MjYwNjExODl9.gkMOXwqdwfl5Ge54RJEMWAYVZKu1aAbVSBB90lJ229Q
      Body Params application/json
      No need to define the Body

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'http://localhost:3000/graphql' \
      --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImRldjEiLCJ1c2VySWQiOjQsInVzZXJfYXNzaWdubWVudCI6ImFkbWluIiwiaWF0IjoxNzI3MzYxMDk0LCJleHAiOjE3MjczNjQ2OTR9.Zckr61S0kHq7ZogL6aI7FTeF45rSMqZM74YQ1_MAqoA' \
      --header 'Content-Type: application/json' \
      --data-raw ''

      Responses

      No need to define the Response
      Modified at 2024-09-18 07:06:30
      Previous
      Login
      Next
      Doctors
      Built with