forked from vieter-v/vieter
824 B
824 B
| title | language_tabs | toc_footers | includes | search | code_clipboard | meta | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| API Reference |
|
|
|
true | true |
|
Introduction
Welcome to the Vieter API documentation! Here, you can find everything related to interacting with Vieter's HTTP API.
Authentication
curl -H 'X-Api-Key: secret' https://example.com/api/some/path
Don't forget to replace
secretwith your Vieter instance's secret.
Authentication is done by passing the HTTP header X-Api-Key: secret along
with each request, where secret is replaced with your Vieter server's
configured secret.