Almennar upplýsingar um API vefþjónustur Dokobit
Introduction
Dokobit APIs are RESTful, which means:
- Uses resource-oriented URLs;
- Uses GET and POST methods to perform actions on resources;
- Responds with standard HTTP response codes;
- Returns JSON.
You can find our code examples and SDKs on our GitHub repository.
SSL/TLS Requirements
Since security is one of our top priorities, our solutions are made to follow the most up-to-date security practices. Establishing secure communication would require using TLS 1.2 or above security protocol, as well as up-to-date Ciphers. Supported port: 443 (HTTPS).
Our current SSL certificate *.dokobit.com is valid until Wed, 24 Jan 2022, 23:59:59 UTC.
This certificate can be found here.
We update certificate information in advance, 30 days before the expiration date.
Load balancing
Because we are focusing on our services' high up-time and performance, all of our solutions are using load balancing, meaning that all our facing IP addresses are dynamic. As IP addresses change, we strongly suggest not to do IP pinning as that would disturb your access to our services.
Webhook support
Portal API and Documents Gateway support webhooks to your defined endpoint to notify you about certain user completed actions (e.g., a document has been signed). It is important to make sure your defined endpoint is accessible by our services before using it successfully.
Product | Webhook IPs (Production) | Host (Production) | Webhook IPs (Sandbox) | Host (Sandbox) |
Portal API | 13.48.93.139 13.49.35.100 |
app.dokobit.com | 13.48.65.12 13.49.33.19 |
beta.dokobit.com |
Documents Gateway | 52.18.111.181 52.30.67.230 New addresses: 13.48.117.25 13.49.38.35 |
gateway.dokobit.com | 13.48.65.12 13.49.33.19 |
gateway-sandbox.com |
WebService APIs
This is a collection of pure APIs and therefore they are structured on dynamic IP addresses.Product | IPs (Production) | Host (Production) | IPs (Sandbox) | Host (Sandbox) |
Identity API | Dynamic balanced IP | ws.dokobit.com | 13.48.65.12 | developers.dokobit.com |
Documents API | Dynamic balanced IP | ws.dokobit.com | 13.48.65.12 | developers.dokobit.com |
e-Sealing API | Dynamic balanced IP | ws.dokobit.com | 13.48.65.12 | developers.dokobit.com |