mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
public commit
This commit is contained in:
23
docs/api-reference/introduction.mdx
Normal file
23
docs/api-reference/introduction.mdx
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: 'Introduction'
|
||||
description: 'Example section for showcasing your API endpoints'
|
||||
---
|
||||
|
||||
<Warning>
|
||||
You need to make sure to point your request to your API server.
|
||||
</Warning>
|
||||
<Note>
|
||||
This section is a work in progress. Updates will be made soon.
|
||||
</Note>
|
||||
|
||||
## Authentication
|
||||
|
||||
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
|
||||
|
||||
```json
|
||||
"security": [
|
||||
{
|
||||
"bearerAuth": []
|
||||
}
|
||||
]
|
||||
```
|
||||
Reference in New Issue
Block a user