18 lines
434 B
Markdown
18 lines
434 B
Markdown
---
|
|
title: Admin API
|
|
sidebar_label: Admin API
|
|
description: Admin API
|
|
---
|
|
|
|
# Admin API
|
|
|
|
### [Swagger JSON](http://localhost:3000/auditlog/admin/v1/swagger.json) | [API Console](https://retraced.readme.io/v1.0/reference)
|
|
|
|
## Authentication
|
|
|
|
The Admin API expects a base64-encoded hmac-signed [JSON Web Token](https://tools.ietf.org/html/rfc7519) in an `Authorization` header:
|
|
|
|
```
|
|
Authorization: WU9VUl9TSUdORURfSldUX1RPS0VOX18K...
|
|
```
|