> For the complete documentation index, see [llms.txt](https://fastbnb.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fastbnb.gitbook.io/project/master.md).

# FastBnB API Guide

## API 서버 접속하기

업데이트 될 때 마다 이곳에 공유 할 예정입니다.&#x20;

```
https://backends.xyz/api/<요청경로>
```

{% hint style="info" %}
&#x20;django에서는 url뒤에 '/'를 입력하지 않으면 404를 때려버립니다.&#x20;

browser에서 url입력을 할 경우 not found가 뜹니다. postman을 사용하시기 바랍니다.&#x20;

test token 값을 드립니다. postman 에서 전송 시 Bearer Token을 선택하고 보내시면 됩니다.&#x20;

Bearer Token : c02dcc25e4abeef0f2500302b02e647155222f79
{% endhint %}
