Getting Started
Authentication
The Zylvie API is a RESTful API that uses bearer authentication.
Each API call must be authenticated using your API key found under your Settings > API page.
You should include your API key in the header of your API request like so (cURL example):
curl https://api.zylvie.com/licensekeys/verify \
-h "Authorization: Bearer e97f0aafe4884bc380c81fdb2347dc55" \
Response
A successful API call will return a 200 HTTP response and a JSON response body.
An authentication error will result in a 401 HTTP response with no response body.
In the event of a 401 HTTP response, please double-check your API key.
Internal server error
If the server is overloaded or you encounter a bug, you will get an HTTP 500 error.
Try again after a short period, and, if you continue to encounter an error, please raise the issue with support.