Create BranchAsk AIpost https://preview.threekit.com.com/api/branchesCreates a branch on an org.Query Paramsbearer_tokenstringrequiredPrivate token used to authorize the request. This endpoint can only be accessed using a private token.Body ParamsBranch creation information.namestringName of the branchResponses 200Successful post request, response body will include the created item details. 401User is not authenticated. They must be authenticated to use this service. 403The token being used does not belong to the org being queried or does not have enough permissions to make the request. 409The request body is invalid. Example the branch name is already in use.Updated about 1 year ago