Let Attendees Check-In
Using KingsChat

Using the new QR Code API, organizers of
events of any size can integrate KingsChat into their access control system making it faster and easier

Qr Code Api

Check if user with given phone number exists

  • Definition

    https://api.joinkingschat.com/api/v1/
    barcode/:phone_number/exists

  • Result Format

    Response 200 - OK

    {
          "barcode_id":"55e5706da54d75462f00000f",
    }
  • Documentation

    Phone number that is passed in the url needs to be in the format + <country code><phone number>,
    An example of a properly formatted phone number is +2348023366999.

    API will respond with:

    • 200OK if phone number exists and barcode_id
    • 404 Not Found when it doesn't exists in the system
  • Try it out

    https://api.joinkingschat.cim/aapi/v1/barcode/:phone_number/exists