https://api.kasiye.com/v1 must include your workspace secret key. Keys start with shp_ and are unique to one workspace.
Get a key
- Sign in at kasiye.com.
- Open Settings → API.
- Copy the secret key. Kasiye creates one automatically if the workspace does not have a key yet.
Send the key
Use either header. Bearer is checked first.- Bearer token
- X-Api-Key
string
required
Bearer followed by your shp_ secret key.string
Alternative to
Authorization. Same shp_ secret key.Errors
Missing or invalid keys return401:
404, not 403. The API does not confirm that the reference exists outside your workspace.
Rate limits
Authenticated requests are limited to 60 per minute per workspace. When you exceed the limit, the API returns429.
Webhook key
The same settings page also shows a webhook key (whsec_) and an optional endpoint URL. Use the webhook key to verify events Kasiye sends to your server. It is not valid as an API request credential.