Getting started

Your first integration

From zero to your first API call in three steps.

  1. 1

    Create an account

    Sign up for a free Ziqme workspace β€” it takes a minute.

    Example request
    # Create your free Ziqme workspace in the browser:
    https://app.ziqme.com/register
  2. 2

    Get your API credentials

    Create OAuth2 client credentials from your workspace settings.

    Example request
    curl -X POST https://api.ziqme.com/api/v1/oauth2/token \
      -H "Content-Type: application/x-www-form-urlencoded" \
      -d "grant_type=client_credentials" \
      -d "client_id=YOUR_CLIENT_ID" \
      -d "client_secret=YOUR_CLIENT_SECRET"
  3. 3

    Make your first call

    Call the gateway and read your first ticket in under five minutes.

    Example request
    curl https://api.ziqme.com/api/v1/tickets \
      -H "Authorization: Bearer $ZIQME_ACCESS_TOKEN"

Start building

Free to develop. Ship to your own workspace today.