Getting Started
Warning: This documentation is in early alpha and may not work properly, if you have any issues getting setup, email api@kaped.io for help. Additionally, make sure you test your build in our sandbox environment first before putting it in production!
Prerequisite
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
After testing your build in the sandbox environment, you can request an API key by emailing api@kaped.io with the subject line "API Key Request".
Use the same email from signup
Any events created by you will return an error if you do not use the same email address that is linked to your account (AKA: the email used to signup)
Get Bearer token from Login API
The Bearer Token is needed for all API calls with the exception of the Login API.
To make your first request, send an authenticated request to the login-token endpoint. This will create a bearer token
, which is nice.
Token Validation: 1hr
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated