Vacancy Branding

Response

Key Type(s) Description
name string Name of the brand
description string Short description that contains html about the brand
icons object Contains the url's to a small and large logo
url string null Url to the branding website, can be null when none was provided

Example

Response

{
    "data": {
        "id": 903,
        "title": "Operator",
        "brand": {
            "name": "HR-Technologies",
            "description": "<p>His exquisite sincerity education shameless ten earnestly breakfast add. So we me unknown as improve hastily sitting forming. Especially favourable compliment but thoroughly unreserved saw she themselves. Sufficient impossible him may ten insensible put continuing.</p>",
            "icons": {
                "small": "http://e2rpro.test/include/image.asp?img=saC879DOC.jpg",
                "large": "http://e2rpro.test/include/image.asp?img=sa5FAADOC.jpg"
            },
            "url": "https://www.hr-technologies.com"
        },
        ...
    }
}

This is only a partial response in order to portray a better example