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

    Errors

    Jicoo uses conventional HTTP response codes to indicate the success or failure of an API request. In general: Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided (e.g. a required parameter was omitted, or something else failed, etc.). Codes in the 5xx range indicate an error with jicoo.com's servers.
    HTTPStatus CodeSummary
    200OKEverything worked as expected.
    201CreatedEverything worked as expected and esource create successfully.
    204No ContentEverything worked as expected and Response is no content.
    400Bad RequestThe request was unacceptable, often due to missing a required parameter.
    401UnauthorizedNo valid API key provided.
    402Request FailedThe parameters were valid but the request failed.
    403ForbiddenThe API key doesn't have permissions to perform the request.
    404Not FoundThe requested resource doesn't exist.
    422Unprocessable Entity"Unprocessable Entity," indicates that the server understands the request and the syntax is correct, but cannot process the contained instructions due to semantic errors.
    429Too Many RequestsToo many requests hit the API too quickly. We recommend an exponential backoff of your requests.
    500, 502, 503, 504Server ErrorsSomething went wrong on our servers end.
    Previous
    Authentication
    Next
    Versioning
    Built with