With our public REST API, so you can build powerful extensions to enhance your workflows in Rise.
We currently have a limited amount of endpoints to offer. Please reach out if you have feedback or the need for additional fields or endpoints. Drop a line at [email protected] or join our Telegram group if you want to get in touch.
The Rise API follows REST conventions, utilizing JSON format for communication and bearer tokens for authentication.
Access the REST API at:
<https://api.risecalendar.com/v1>
You can generate API tokens through our client applications in your settings.
Click "Create a token" and provide a name for your token (it's helpful to specify its intended use). Be aware that we only show the token once on creation, so make sure to save it in your favorite password manager.
To authenticate your HTTP requests with your API token, pass in the Authorization
header with the Bearer
realm:
curl -H 'Authorization: Bearer TOKEN' <https://api.risecalendar.com/v1/users/me>