Skip to main content

Welcome to Zyvik Documentation

There are two ways to use Zyvik: API request and Playground.

Authentication

All API endpoints are authenticated using header parameter.
--header 'x-zyvik-api-key: zv-<YOUR API KEY>'

Base URL

All requests contain the following base URL:
https://api.zyvik.com/v1/

Response Code

Zyvik uses response code to signify the status of your API requests.
CodeStatus
200Request Successful
401Unauthorized
404Endpoint Not Found
5xxServer Error