mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 21:41:54 +07:00
25 lines
570 B
Plaintext
25 lines
570 B
Plaintext
---
|
|
id: index
|
|
title: Developer API
|
|
description: Welcome to the TrustLab API documentation. You can use our REST API to automate certificate issuance, revocation, and retrieval.
|
|
---
|
|
|
|
# Developer API
|
|
|
|
Welcome to the TrustLab API documentation.
|
|
You can use our REST API to automate certificate issuance, revocation, and retrieval for your internal services.
|
|
|
|
## Base URL
|
|
|
|
```http copy
|
|
https://trustlab.dyzulk.com/api/v1
|
|
```
|
|
|
|
## Authentication
|
|
|
|
All API requests must include your API Key in the `Authorization` header.
|
|
|
|
```bash copy
|
|
Authorization: Bearer <YOUR_API_KEY>
|
|
```
|