Create API project
Last updated
Last updated
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.
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.
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.
The API key should be passed in the header parameter API_TOKEN
. Secret key should be used to hash the request body.