Skip to main content

Authentication

To provide data security, we are using the Token-based authentication which allows the users to authorize their identity. You can create the API token for your organization from app.eventnx.com

Generate the API key#

To generate the API key follow the steps as below -

  1. Login to app.eventnx.com and navigate to Settings from the Sidebar and go to the API Keys tab.
  2. Click on New API Key button on top right corner
  3. Please add the API key description
  4. Click on Generate button to generate the new API key.
  5. Once generated, please note that, copying the key is essential as once the popup is closed, you will not be able to access it due to encrypted from in API key table.

Once you have the API Key, head on to POSTMAN and follow the below steps -

  1. Under the Header section, add Key as 'Token' and value as your generated 'Key'
  2. After this, update the API link as per the

Reference for adding token inside Header section#

image info

You are now ready to use our APIs on your page! ๐Ÿ˜‡