Nuqtah API documentation
  • Introduction
  • Before we start
  • API
    • Creating a Token
    • Buying NFT
    • POST Collection
    • GET NFT Count
    • Redeem API
      • Getting Started
      • Retrieve User Tokens
      • Redeem Token(s)
    • Loyalty program
      • Create ERC-20 token
      • Campaigns to send ERC-20 tokens
      • Sending ERC-20 tokens directly
Powered by GitBook
On this page

Before we start

API KEY

Before using the application you should create ApiKey on the business console. An API key is a unique identifier used to authenticate and authorize access to an API. It serves as a token that grants access to specific resources or functionalities within the API.

For every API request generated ApiKey should be included in the request header. Here is an example:

HTTP Method: POST
Endpoint: https://api.itsnuqtah.com/v1/nfts
Request Headers: 
    Content-Type: application/json
    Authorization: apiKey YOUR_API_KEY
PreviousIntroductionNextCreating a Token

Last updated 1 year ago