# Right

### Endpoints

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