Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ The format is as follows:

```shell
curl --request GET \
--url 'https://company.booqable.com/api/1/customers?api_key=API_KEY_HERE'
--url 'https://company.booqable.com/api/1/customers' \
--header 'Authorization: Bearer API_KEY_HERE'
Comment on lines 69 to +71
```

You authenticate to the Booqable API by providing on of your API keys in the request.
Expand Down