Create a key collectionCopy Pagepost https://{hostname}/apikey-manager-api/v2/collectionsCreates an empty collection under the selected contract and group.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsContains information about a collection to create.collectionDescriptionstring | nullDescription for the collection. If you specify an empty string in the request or omit this member from the object, the JSON response reflects it as null.collectionNamestringrequiredlength between 1 and 200Name of the collection.contractIdstringrequiredlength ≥ 1Identifies the contract you assign to the new collection. To get this value, run the List contracts operation in the Property Manager API.groupIdint64required≥ 0Identifies the group where to create the new collection. To get this value, run the List groups operation in the Property Manager API.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 201The response provides the newly created collection. 400Bad request. The request contains invalid data. 401Unauthorized. You are not authorized to perform the action. 403Forbidden. You don't have permission to the resource. 405Method not allowed. 500Internal server error.Updated 4 months ago