3035 improve rest api syntax (#3047)

This commit is contained in:
martmull
2023-12-18 13:46:21 +01:00
committed by GitHub
parent b36d86e52c
commit 576492f3c0
6 changed files with 102 additions and 39 deletions

View File

@ -19,7 +19,7 @@ if needed.
## Programmatic use?
You can call the REST API in your application using this endpoint
[https://api.twenty.com](https://api.twenty.com).
[https://api.twenty.com/rest](https://api.twenty.com/rest).
You will need to provide your API key as a Bearer token in
your `headers.Authorization = 'Bearer <YOUR_API_KEY>'`.