Jicoo Developer Potal
    Jicoo Developer Potal
    • Create powerful apps with Jicoo's API
    • Quick start
    • Authentication
    • Errors
    • Versioning
    • Types
    • API Reference Overview
    • Guide
      • How to use webhook
      • How to use Account integration
    • Guide(Japanese)
      • アカウント連携の使い方
      • Webhookの使い方
      • ホストの優先度を更新する方法
    • API Reference
      • Jicoo API
      • Webhook Schema
        • Webhook schema
        • event property
        • createdAt property
        • object property
        • contact property
        • answers property
        • answers items property
        • tracking property
      • Booking
        • List Bookings
        • Get Booking
        • Cancel Booking
        • Reschedule Booking
        • Create Booking
        • Update Booking
        • Get Booking Contacts
      • Schedule
        • Update Schedule
        • Create Schedule
        • List Schedules
        • Delete Schedule
      • Availability
        • List User Availability Calendars
        • Get User Availability Calendar
      • Oraganization
        • User
          • List Organization Users
          • Delete Organization User
          • Get Organization User
          • Update Organization User
        • Invitation
          • Create Organiztion Invitation
          • List Organization Invitations
          • Get Organization Invitation
          • Delete Organiztion Invitation
        • Get Organization Team
      • Event Types
        • Get Event Type
        • List Event Types
        • List Event Type Hosts
        • Get Event Type Available Schedules
        • Account Integration
        • Update Event Type Host
        • Delete Event Type Host
        • Create Event Type Host

    Versioning

    All endpoints and examples are designated with a specific version. Versions vary per endpoint and are not global.
    The response shape of a certain endpoint is not guaranteed to be fixed over time. In particular, we might add new keys to responses without bumping a version endpoint, which will be noted in the changelog.
    To ensure the security and correctness of your application, make sure to only read the keys from the response that your application needs. Don't proxy entire responses to third-parties without validation.
    Old versions of each endpoint are supported for as long as possible. When we intend to deprecate.
    Endpoint versions follow the base URL and come before the endpoint. For example:
    https://api.jicoo.com/v1/event_types
    Using version 1 of the event_types endpoint.
    Previous
    Errors
    Next
    Types
    Built with