# REST

### [List of REST Actions](https://github.com/unskript/docs/blob/main/connnecting/connectors/rest/action_rest/README.md)

### Authentication with REST

![Information needed to onboard REST connector](https://491011674-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fm4p7lGuBAXN5jCVyoF7P%2Fuploads%2FPfAV0YpPQQ77xwxTOObY%2FScreen%20Shot%202022-06-14%20at%206.26.14%20PM.png?alt=media\&token=2ad0ea74-2ece-4fdf-bb4b-207a944e160a)

| Name     | Description                                                                                                                                                                             |
| -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name     | This credential will be listed using the name you provide                                                                                                                               |
| Base URL | Base URL of REST server                                                                                                                                                                 |
| Username | Username for Basic authentication                                                                                                                                                       |
| Password | Password for the Given User for Basic auth                                                                                                                                              |
| Headers  | A dictionary of http headers to be used to communicate with the host. Example: "{Authorization": "bearermy\_oath\_token\_to\_the\_host"} These headers will be included in all requests |
