/api/v5/platform/post https://percolate.com/api/v5/platform/Create a platform.Body ParamsnamestringrequiredThe name of the platformtypestringenumThe platform type.customAllowed:customcolorstringrequiredThe platform color.avatar_idstring | nullrequiredAn asset ID, a legacy video ID or a legacy image ID ^((asset|video):[a-zA-Z\d_]+|license:\d+:image:\d+|ownedimage:[\w=]+)$). In the future will be replaced with consistent `^asset:\d[\d-]*$`scope_idaccount_scope_idlicense_scope_idrequiredPlatforms of type native:* are owned by the built in scope. Only platforms of type custom can be edited.Responses 201A new platform was created. 400Bad request 401Unauthorized 403Invalid authorization or resource not found 405Method not allowed 409Conflict 429Rate limit. Response should contain a Retry-After headerUpdated over 2 years ago