Ticbolt API Integration
  • Introduction
  • ✨GET STARTED
    • Create Account
    • Create API project
    • Access control
  • 🎯API ENDPOINTS
    • POST - createEvent
    • GET - eventInfo
    • POST - buyTickets
    • GET - userPortfolio
    • POST - userSignedMessage
  • 🧳Webhooks
    • Webhook - createEventStatus
    • Webhook - buyTicketStatus
Powered by GitBook
On this page
  • Create project
  • API and Secret Keys
  1. GET STARTED

Create API project

PreviousCreate AccountNextAccess control

Last updated 1 year ago

To initiate the creation of an API project, please log in to the partner dashboard by visiting the following URL: https://partner.ticmint.com. Once you have successfully accessed the dashboard, navigate to the "API Projects" section, as illustrated in the image below, located in the side menu.

Create project

To create an API project, click the 'Create API Project' button and provide a suitable name and description for the project. After creating the project, the dashboard will promptly refresh to display the newly added project.

API and Secret Keys

When you click the 'API Key' button for each created project, both the API key and secret will be revealed. It is crucial to maintain the security of these credentials on the client's side.

How to use API and Secret Keys

The API key should be passed in the header parameter API_TOKEN . Secret key should be used to hash the request body.

✨
API project tab in Partner dashboard
After creating an API project
API key and Secret key listed for project