The Signhost REST API is described using the OpenAPI Specification. This specification is available in YAML format and can be used to generate client libraries, documentation, and other tools.
Download: openapi.yaml
The REST API Base URL is: https://api.signhost.com
We require that all API requests are done over HTTPS. See the Authentication page for details on API authentication.
The REST API uses standard HTTP status codes.
In short this means that any status code in the range of:
JSON results which contain a date, time or datetime property are formatted according to ISO8601. A short explanation of the format is available at w3.org - Date and Time Formats.
There are a few client libraries and demos available to make connecting to our API easier.
These libraries are built and maintained by Signhost:
These libraries are built and maintained by the community:
Check out our public Postman workspace to make a quick start with testing - Postman workspace.