BYRD - Administrator’s and Developer’s Guide

Simple Requests

Most of the information can be obtained or sent to the system via simple HTTP GET and HTTP POST calls. The available endpoints are described in this documentation:

https://app.byrd.io/docs/api/

To obtain a connection to the system you need to pass your login credentials as BASIC-AUTHENTICATION in your HTTP Header.

Example

curl -su username:password https://app.byrd.io/api/v1/datamodel/current

This curl statement will return a REST Representation of the current Datamodel.