Authentication
Learn how to authenticate your API requests
Your API requests are authenticated using API keys. Any request to Mycover.ai that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time.
Your API keys are unique to you, keep them safe! If you feel the keys have been compromised, or you want to reset them, you can do that from the settings page of your dashboard.
Use the format below to include your keys in Authorization headers
Authorization: Bearer SECRET_KEY
Making requests without authentication will fail with the code
401: Unauthorized
All API requests should be made over HTTPS.
Last modified 1yr ago