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

#### URL Expired

The URL for this request expired after 30 days.

### Brand Information

#### Fields

- **name**: string (required)
- **companyUuid**: uuid
- **logoUrl**: uri
- **websiteUrl**: uri
- **colors**: object
- **welcomeContent**: object
- **helpContent**: object
- **onboardingContent**: object
- **invitationMessage**: object
- **emailTemplateUuid**: uuid | null
- **hireBrandId**: uuid
- **originSystem**: string (The system that last updated this brand (hire or wx))
- **originUpdatedAt**: date-time (When the brand was last updated in the origin system)

# Responses

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

# `500`      default error response

### Example Request

```bash
curl --request POST \
     --url https://services.fountain.com/api/serviceorganizations/brands \
     --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:

#### Responses

application/json

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