sparkleGetting Started

To begin using the MERPI API, follow these steps:

Create your Merchant Account

  • Visit the Syticks Merpi landing pagearrow-up-right and contact us. We'll reach out to you with an activation code that you can then use to sign up.

  • Visit the MERPIarrow-up-right platform, then input this activation code on the form, enter other details and sign up for a merchant account.

  • Provide the necessary business information and complete the registration process.

Obtain Your API Key

  • Once your merchant account is activated, navigate to the "Settings" section of your dashboard.

  • Locate the "API Keys" tab and generate a unique API key for your application.

  • Treat your API key as confidential information.

Make Your First API Call

You'll see how to attach your API KEY in the headers.

Get All Categories on Syticks

get

This endpoint retrieves a list of all available categories on Syticks. Useful for displaying a comprehensive list of categories for users to browse.

Header parameters
X-API-KEYstringRequired

Your API key to access this endpoint.

Example: your_api_key_here
Responses
chevron-right
200

A list of categories

application/json
successbooleanOptionalExample: true
statusintegerOptionalExample: 200
messagestringOptionalExample: Success
get
/api/v1/merpi/experience/categories
JavaScript - Fetch
200

A list of categories

Explore the API Documentation

  • Refer to the API Reference section for detailed information about available endpoints, request/response formats, and error handling.

  • Experiment with different API calls to understand the functionalities and capabilities of the MERPI API.

circle-info

By following these steps, you'll be well-equipped to start integrating the MERPI API into your application and providing ticket services to your customers.

Last updated