By now you're created your org and successfully logged into it as an admin. Before you can begin making API requests, you will need to first generate an API Key.
And from the left-hand menu of your admin portal, navigate to Settings > Apps
.


Click the New App
button and you can begin specifying the details of your application.
Give your app a name. In this example, we're going to create a session-based application, so be sure that the Session
checkbox is checked. Also for now, uncheck CSRF Protection
otherwise you'll need to send the Medable-Csrf-Token header with each authenticated request
CSRF
CSRF Protection is not necessary for this example, but for production web applications we highly recommend enabling it.


Click Create App
and you will then see your API Key appear in the right-hand column.


Updated about a year ago
What's Next
First API Request |