How to use Developer API
The Hyra Developer is a REST based API that allows you to make changes to your workspace programmatically. It's currently in beta, and can be enabled by creating an API key in your Workspace Settings.
Developer apps have all permissions on your workspace, so keep your API key secure.
An API reference can be found at https://api.hyra.io/docs.
At the moment, there are no walk through guides for the API, but if you have a technical question, just send us a chat.
To authenticate with the API, use Bearer authentication.
All requests should be made to https://api.hyra.io.
During the beta, a global ratelimit of 10 requests per second is active.
Developer apps have all permissions on your workspace, so keep your API key secure.
Documentation
An API reference can be found at https://api.hyra.io/docs.
At the moment, there are no walk through guides for the API, but if you have a technical question, just send us a chat.
Authentication
To authenticate with the API, use Bearer authentication.
Authorization: Bearer <your api key>
API Base URL
All requests should be made to https://api.hyra.io.
Ratelimits
During the beta, a global ratelimit of 10 requests per second is active.
Updated on: 08/09/2023
Thank you!