Person endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/people |
Create a person |
| GET | /v1/people/me |
Fetch the authenticated person |
| GET | /v1/people/:id |
Fetch a single person |
| PATCH | /v1/people/:id |
Partially updates a person |
| DELETE | /v1/people/:id |
Permanently delete a person |
| GET | /v1/people |
Fetch a list of people |
