Generating API Keys
To generate API Key, go to SuprSend dashboard -> Developers -> API Keys page and click onGenerate API Key
button.
- Next, give your API Key a relevant name and click on ‘
Create and Save
’. - You’ll now see the generated API Key. Copy it and store it somewhere safe in your codebase. For security purposes, API Key can be seen only once at the time of generation. You’ll not be able to view the API Key afterwards. Once copied, you can close the modal by clicking on “Done.”
Authorization
header with the contents of the header being “Bearer XXX” where XXX is your API Secret Key. Also, pass content type as application/json
Example Header: