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 keyTo generate the API key follow the steps as below -
- Login to app.eventnx.com and navigate to
Settings
from the Sidebar and go to theAPI Keys
tab. - Click on
New API Key
button on top right corner - Please add the API key description
- Click on
Generate
button to generate the new API key. - 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 -
- Under the Header section, add Key as 'Token' and value as your generated 'Key'
- After this, update the API link as per the
#
Reference for adding token inside Header sectionYou are now ready to use our APIs on your page! ๐