Getting Your Endorsely API Key
To use the Endorsely API, you'll need to obtain your API key from your Endorsely dashboard. This key is used to authenticate your requests to the API.
Steps to Get Your API Key
-
Log in to your Endorsely account
- Go to app.endorsely.com
- Sign in with your credentials
-
Navigate to API Settings
- Once logged in, go to your account settings
- Look for the "API Secret" section in the settings
-
Generate Your API Key
- If you haven't generated an API key yet, click "Generate API Key"
- Please keep in mind you won't be able to see that key again so make sure you have copied it or you can regenerate new
Security Best Practices
- Keep your API key secure: Never commit it to version control or share it publicly
- Use environment variables: Store your API key in environment variables rather than hardcoding it
Example Environment Setup
# Add these to your .env file
ENDORSELY_API_KEY=your_api_key_here
ENDORSELY_ORGANIZATION_ID=your_organization_id_here
Need Help?
If you can't find the API settings or need assistance generating your API key, please contact Endorsely support through your dashboard or email [email protected].