| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

## API Response Codes

### `201`
One or many theme documents created. Wrapped in a JsonAPI root response.

### `500`
default error response

### Request Example

```shell
curl --request POST \
     --url https://services.fountain.com/api/servicepulse/themes \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

Click `Try It!` to start a request and see the response here! Or choose an example:

### Response Format

application/json

```json
{
  "status": "201"
}
```

```json
{
  "status": "500"
}
```
