Logo
Acronis Cyber Platform's Public API Documentation

Enable custom branding

POST {{base_url}}/api/2/tenants/{{partner_tenant_id}}/brand?version={{partner_tenant_version}}

 

Body PARAM

Key Datatype Required Description 
version
string



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "enabled": true, "name": "Stanislav Pavlov (7551274)", "brand_id": 19934, "has_children": true, "kind": "partner", "created_at": "2020-05-21T10:39:51", "id": "531789f2-2be9-42af-8474-18177593c77b", "customer_type": "default", "language": "en", "owner_id": null, "updated_at": "2021-11-01T12:58:38", "brand_uuid": "5a866d3f-1440-4771-848e-bf00e83de0b8", "pricing_mode": "production", "deleted_at": null, "customer_id": null, "contacts": [], "default_idp_id": "11111111-1111-1111-1111-111111111111", "internal_tag": null, "update_lock": { "enabled": false, "owner_id": null }, "contact": { "lastname": "", "city": null, "country": null, "created_at": "2020-05-21T10:39:51+00:00", "address2": null, "state": null, "phone": null, "title": null, "id": "57b7f087-b8b6-11ea-a31d-001c426f0f58", "industry": null, "organization_size": null, "email": "stanislav.i.pavlov+demo@gmail.com", "zipcode": null, "aan": null, "address1": null, "email_confirmed": null, "website": null, "firstname": "", "updated_at": "2020-05-21T10:39:51+00:00" }, "version": 12, "ancestral_access": true, "mfa_status": "disabled", "parent_id": "efb01f82-d2a8-4f69-81b3-4cdfd4329ae9" }



Curl
curl -X POST 'base_url/api/2/tenants/partner_tenant_id/brand?version=partner_tenant_version?version=partner_tenant_version'

ENDPOINTS