> For the complete documentation index, see [llms.txt](https://api-docs.rightsline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.rightsline.com/entities/right.md).

# Right

### Endpoints

| Method | Endpoint                       | Description                                                                          |
| ------ | ------------------------------ | ------------------------------------------------------------------------------------ |
| POST   | /v4/right                      | [Create a right.](/entities/right/right-create.md)                                   |
| GET    | /v4/right/:id                  | [Retrieve a right.](/entities/right/right-retrieve.md)                               |
| PUT    | /v4/right/:id                  | [Update a right.](/entities/right/right-update.md)                                   |
| DELETE | /v4/right/:id                  | [Delete a right.](/entities/right/right-delete.md)                                   |
| GET    | /v4/right-templates            | [Retrieve right templates.](/config/templates.md)                                    |
| GET    | /v4/right-statuses/:templateId | [Retrieve right statuses.](/entities/right/retrieve-right-statuses.md)               |
| GET    | /v4/right/:id/draft-templates  | [Retrieve right draft templates.](/entities/right/retrieve-right-draft-templates.md) |
| POST   | /v4/right/:id/switch-template  | [Switch right template.](/entities/right/switch-right-template.md)                   |
