Welcome to Zyvik Documentation
There are two ways to use Zyvik: API request and Playground.Authentication
All API endpoints are authenticated using header parameter.Base URL
All requests contain the following base URL:Response Code
Zyvik uses response code to signify the status of your API requests.| Code | Status |
|---|---|
| 200 | Request Successful |
| 401 | Unauthorized |
| 404 | Endpoint Not Found |
| 5xx | Server Error |
