Restbird API overview
Restbird provide a serials of Restful APIs for intergrating Restbird with your product development ecosystem, for example, you can programmatically start a task or run a selected group of test cases, so Restbird can easily be part of your continously integration (CI) system.
Authentication
Restbird API uses Basic Authentication, which is a simple authentication scheme built into the HTTP protocol. The client sends HTTP requests with the Authorization header that contains the word Basic word followed by a space and a base64-encoded string username:password.
For example, to authorize as admin / admin the client would send header: Authorization: Basic YWRtaW46YWRtaW4=
Support
Download the example project from github
Feel free to contact us at support@restbird.org